#C58E3F

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

Shades of Anzac #C58E3F

Tints of Anzac #C58E3F

Color information

#C58E3F (or 0xC58E3F) is unknown color: approx Anzac. HEX triplet: C5, 8E and 3F. RGB value is (197,142,63). Sum of RGB (Red+Green+Blue) = 197+142+63=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58E3F is #3A71C0. Grayscale: #959595. Windows color (decimal): -3830209 or 4165317. OLE color: 4165317.

HSL color Cylindrical-coordinate representation of color #C58E3F: hue angle of 35.37º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C58E3F is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19714263-
CMYK00.280.680.23
HSL35.37º53.6%50.98%-
HSV(B)35.37º68.02%77.25%-
XYZ33.631.589.03-
YUV149.4479.22161.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.00%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 63 (25% from 255) = 15.67%
R=49.00%
G=35.32%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971426300.280.680.2335.3753.650.98
HexC58E3F01C4417233633
Octal3052167703410427436663
Binary1100010110001110111111011100100010010111100011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58E3F; }

 p { color: rgb(197,142,63); }

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

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

 a { background-color: rgb(197,142,63); }

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

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

 span { border-color: rgb(197,142,63); }

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