#CB9345

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

Shades of Anzac #CB9345

Tints of Anzac #CB9345

Color information

#CB9345 (or 0xCB9345) is unknown color: approx Anzac. HEX triplet: CB, 93 and 45. RGB value is (203,147,69). Sum of RGB (Red+Green+Blue) = 203+147+69=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9345 is #346CBA. Grayscale: #9B9B9B. Windows color (decimal): -3435707 or 4559819. OLE color: 4559819.

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

Color convert

RGB20314769-
CMYK00.280.660.20
HSL34.93º56.3%53.33%-
HSV(B)34.93º66.01%79.61%-
XYZ36.1433.9910.29-
YUV154.8579.55162.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.45%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 69 (27.34% from 255) = 16.47%
R=48.45%
G=35.08%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031476900.280.660.2034.9356.353.33
HexCB934501C4214233835
Octal31322310503410224437065
Binary11001011100100111000101011100100001010100100011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9345; }

 p { color: rgb(203,147,69); }

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

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

 a { background-color: rgb(203,147,69); }

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

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

 span { border-color: rgb(203,147,69); }

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