#C89645

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

Shades of Anzac #C89645

Tints of Anzac #C89645

Color information

#C89645 (or 0xC89645) is unknown color: approx Anzac. HEX triplet: C8, 96 and 45. RGB value is (200,150,69). Sum of RGB (Red+Green+Blue) = 200+150+69=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C89645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89645 is #3769BA. Grayscale: #9C9C9C. Windows color (decimal): -3631547 or 4560584. OLE color: 4560584.

HSL color Cylindrical-coordinate representation of color #C89645: hue angle of 37.1º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C89645 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB20015069-
CMYK00.250.660.22
HSL37.1º54.36%52.75%-
HSV(B)37.1º65.5%78.43%-
XYZ35.834.5210.41-
YUV155.7279.06159.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.73%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 69 (27.34% from 255) = 16.47%
R=47.73%
G=35.80%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001506900.250.660.2237.154.3652.75
HexC896450194216253635
Octal31022610503110226456665
Binary11001000100101101000101011001100001010110100101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89645; }

 p { color: rgb(200,150,69); }

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

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

 a { background-color: rgb(200,150,69); }

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

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

 span { border-color: rgb(200,150,69); }

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