#CB8E41

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

Shades of Anzac #CB8E41

Tints of Anzac #CB8E41

Color information

#CB8E41 (or 0xCB8E41) is unknown color: approx Anzac. HEX triplet: CB, 8E and 41. RGB value is (203,142,65). Sum of RGB (Red+Green+Blue) = 203+142+65=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8E41 is #3471BE. Grayscale: #979797. Windows color (decimal): -3436991 or 4296395. OLE color: 4296395.

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

Color convert

RGB20314265-
CMYK00.300.680.20
HSL33.48º57.02%52.55%-
HSV(B)33.48º67.98%79.61%-
XYZ35.2632.429.4-
YUV151.4679.21164.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 65 (25.78% from 255) = 15.85%
R=49.51%
G=34.63%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031426500.300.680.2033.4857.0252.55
HexCB8E4101E4414213935
Octal31321610103610424417165
Binary11001011100011101000001011110100010010100100001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E41; }

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

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

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

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

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

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

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

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