#cb8e4b

Color #CB8E4B Anzac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anzac #CB8E4B

Tints of Anzac #CB8E4B

Color information

#CB8E4B (or 0xCB8E4B) is unknown color: approx Anzac. HEX triplet: CB, 8E and 4B. RGB value is (203,142,75). Sum of RGB (Red+Green+Blue) = 203+142+75=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8E4B is #3471B4. Grayscale: #989898. Windows color (decimal): -3436981 or 4951755. OLE color: 4951755.

HSL color Cylindrical-coordinate representation of color #CB8E4B: hue angle of 31.41º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB8E4B is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB20314275-
CMYK00.300.630.20
HSL31.41º55.17%54.51%-
HSV(B)31.41º63.05%79.61%-
XYZ35.5732.5511.06-
YUV152.684.21163.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 75 (29.69% from 255) = 17.86%
R=48.33%
G=33.81%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031427500.300.630.2031.4155.1754.51
HexCB8E4B01E3F141f3737
Octal3132161130367724376767
Binary110010111000111010010110111101111111010011111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb8e4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb8e4b; }

 p { color: rgb(203,142,75); }

 H1.HeaderClassName
 {
   color: #cb8e4b;
 }
 .AnyTagClassName
 {
   color: #cb8e4b;
 }
</style>
background-color css

<style>
 a { background-color: #cb8e4b; }

 a { background-color: rgb(203,142,75); }

 div.DivClassName
 {
   background-color: #cb8e4b;
 }
 .BgClassName
 {
   background-color: #cb8e4b;
 }
</style>
border-color css

<style>
 span { border-color: #cb8e4b; }

 span { border-color: rgb(203,142,75); }

 td.TdClassName
 {
   border-color: #cb8e4b;
 }
 .TagClassName
 {
   border-color: #cb8e4b;
 }
</style>