#c89145

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

Shades of Anzac #C89145

Tints of Anzac #C89145

Color information

#C89145 (or 0xC89145) is unknown color: approx Anzac. HEX triplet: C8, 91 and 45. RGB value is (200,145,69). Sum of RGB (Red+Green+Blue) = 200+145+69=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C89145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89145 is #376EBA. Grayscale: #999999. Windows color (decimal): -3632827 or 4559304. OLE color: 4559304.

HSL color Cylindrical-coordinate representation of color #C89145: hue angle of 34.81º 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 #C89145 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB20014569-
CMYK00.280.660.22
HSL34.81º54.36%52.75%-
HSV(B)34.81º65.5%78.43%-
XYZ35.0232.9610.15-
YUV152.7880.72161.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 69 (27.34% from 255) = 16.67%
R=48.31%
G=35.02%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001456900.280.660.2234.8154.3652.75
HexC8914501C4216233635
Octal31022110503410226436665
Binary11001000100100011000101011100100001010110100011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c89145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c89145; }

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

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

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

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

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

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

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

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