#CB8E48

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

Shades of Anzac #CB8E48

Tints of Anzac #CB8E48

Color information

#CB8E48 (or 0xCB8E48) is unknown color: approx Anzac. HEX triplet: CB, 8E and 48. RGB value is (203,142,72). Sum of RGB (Red+Green+Blue) = 203+142+72=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8E48 is #3471B7. Grayscale: #989898. Windows color (decimal): -3436984 or 4755147. OLE color: 4755147.

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

Color convert

RGB20314272-
CMYK00.300.650.20
HSL32.06º55.74%53.92%-
HSV(B)32.06º64.53%79.61%-
XYZ35.4732.5110.54-
YUV152.2682.71164.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.68%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=48.68%
G=34.05%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031427200.300.650.2032.0655.7453.92
HexCB8E4801E4114203836
Octal31321611003610124407066
Binary11001011100011101001000011110100000110100100000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E48; }

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

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

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

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

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

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

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

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