#CB8C3E

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

Shades of Anzac #CB8C3E

Tints of Anzac #CB8C3E

Color information

#CB8C3E (or 0xCB8C3E) is unknown color: approx Anzac. HEX triplet: CB, 8C and 3E. RGB value is (203,140,62). Sum of RGB (Red+Green+Blue) = 203+140+62=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8C3E is #3473C1. Grayscale: #969696. Windows color (decimal): -3437506 or 4099275. OLE color: 4099275.

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

Color convert

RGB20314062-
CMYK00.310.690.20
HSL33.19º57.55%51.96%-
HSV(B)33.19º69.46%79.61%-
XYZ34.8831.88.86-
YUV149.9478.37165.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.12%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 62 (24.61% from 255) = 15.31%
R=50.12%
G=34.57%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031406200.310.690.2033.1957.5551.96
HexCB8C3E01F4514213a34
Octal3132147603710524417264
Binary1100101110001100111110011111100010110100100001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C3E; }

 p { color: rgb(203,140,62); }

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

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

 a { background-color: rgb(203,140,62); }

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

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

 span { border-color: rgb(203,140,62); }

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