#CB8E3B

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

Shades of Anzac #CB8E3B

Tints of Anzac #CB8E3B

Color information

#CB8E3B (or 0xCB8E3B) is unknown color: approx Anzac. HEX triplet: CB, 8E and 3B. RGB value is (203,142,59). Sum of RGB (Red+Green+Blue) = 203+142+59=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8E3B is #3471C4. Grayscale: #979797. Windows color (decimal): -3436997 or 3903179. OLE color: 3903179.

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

Color convert

RGB20314259-
CMYK00.300.710.20
HSL34.58º58.06%51.37%-
HSV(B)34.58º70.94%79.61%-
XYZ35.0932.368.53-
YUV150.7876.21165.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.25%
GREEN value IS 142 (55.86% from 255) = 35.15%
BLUE value IS 59 (23.44% from 255) = 14.60%
R=50.25%
G=35.15%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031425900.300.710.2034.5858.0651.37
HexCB8E3B01E4714233a33
Octal3132167303610724437263
Binary1100101110001110111011011110100011110100100011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E3B; }

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

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

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

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

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

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

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

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