#C58D44

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

Shades of Anzac #C58D44

Tints of Anzac #C58D44

Color information

#C58D44 (or 0xC58D44) is unknown color: approx Anzac. HEX triplet: C5, 8D and 44. RGB value is (197,141,68). Sum of RGB (Red+Green+Blue) = 197+141+68=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D44 is #3A72BB. Grayscale: #959595. Windows color (decimal): -3830460 or 4492741. OLE color: 4492741.

HSL color Cylindrical-coordinate representation of color #C58D44: hue angle of 33.95º degrees, saturation: 0.53, 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 #C58D44 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB19714168-
CMYK00.280.650.23
HSL33.95º52.65%51.96%-
HSV(B)33.95º65.48%77.25%-
XYZ33.5931.349.75-
YUV149.4282.05161.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 68 (26.95% from 255) = 16.75%
R=48.52%
G=34.73%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971416800.280.650.2333.9552.6551.96
HexC58D4401C4117223534
Octal30521510403410127426564
Binary11000101100011011000100011100100000110111100010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58D44; }

 p { color: rgb(197,141,68); }

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

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

 a { background-color: rgb(197,141,68); }

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

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

 span { border-color: rgb(197,141,68); }

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