#CB8F47

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

Shades of Anzac #CB8F47

Tints of Anzac #CB8F47

Color information

#CB8F47 (or 0xCB8F47) is unknown color: approx Anzac. HEX triplet: CB, 8F and 47. RGB value is (203,143,71). Sum of RGB (Red+Green+Blue) = 203+143+71=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F47 is #3470B8. Grayscale: #999999. Windows color (decimal): -3436729 or 4689867. OLE color: 4689867.

HSL color Cylindrical-coordinate representation of color #CB8F47: hue angle of 32.73º 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 #CB8F47 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20314371-
CMYK00.300.650.20
HSL32.73º55.93%53.73%-
HSV(B)32.73º65.02%79.61%-
XYZ35.5932.810.42-
YUV152.7381.88163.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.68%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 71 (28.12% from 255) = 17.03%
R=48.68%
G=34.29%
B=17.03%

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
Decimal2031437100.300.650.2032.7355.9353.73
HexCB8F4701E4114213836
Octal31321710703610124417066
Binary11001011100011111000111011110100000110100100001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8F47; }

 p { color: rgb(203,143,71); }

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

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

 a { background-color: rgb(203,143,71); }

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

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

 span { border-color: rgb(203,143,71); }

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