#C58945

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

Shades of Anzac #C58945

Tints of Anzac #C58945

Color information

#C58945 (or 0xC58945) is unknown color: approx Anzac. HEX triplet: C5, 89 and 45. RGB value is (197,137,69). Sum of RGB (Red+Green+Blue) = 197+137+69=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C58945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58945 is #3A76BA. Grayscale: #939393. Windows color (decimal): -3831483 or 4557253. OLE color: 4557253.

HSL color Cylindrical-coordinate representation of color #C58945: hue angle of 31.88º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C58945 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB19713769-
CMYK00.300.650.23
HSL31.88º52.46%52.16%-
HSV(B)31.88º64.97%77.25%-
XYZ33.0530.199.72-
YUV147.1983.88163.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.88%
GREEN value IS 137 (53.91% from 255) = 34.00%
BLUE value IS 69 (27.34% from 255) = 17.12%
R=48.88%
G=34.00%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971376900.300.650.2331.8852.4652.16
HexC5894501E4117203434
Octal30521110503610127406464
Binary11000101100010011000101011110100000110111100000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58945; }

 p { color: rgb(197,137,69); }

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

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

 a { background-color: rgb(197,137,69); }

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

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

 span { border-color: rgb(197,137,69); }

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