#C58F3F

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

Shades of Anzac #C58F3F

Tints of Anzac #C58F3F

Color information

#C58F3F (or 0xC58F3F) is unknown color: approx Anzac. HEX triplet: C5, 8F and 3F. RGB value is (197,143,63). Sum of RGB (Red+Green+Blue) = 197+143+63=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58F3F is #3A70C0. Grayscale: #969696. Windows color (decimal): -3829953 or 4165573. OLE color: 4165573.

HSL color Cylindrical-coordinate representation of color #C58F3F: hue angle of 35.82º 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 #C58F3F is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19714363-
CMYK00.270.680.23
HSL35.82º53.6%50.98%-
HSV(B)35.82º68.02%77.25%-
XYZ33.7531.879.08-
YUV150.0378.89161.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.88%
GREEN value IS 143 (56.25% from 255) = 35.48%
BLUE value IS 63 (25% from 255) = 15.63%
R=48.88%
G=35.48%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971436300.270.680.2335.8253.650.98
HexC58F3F01B4417243633
Octal3052177703310427446663
Binary1100010110001111111111011011100010010111100100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F3F; }

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

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

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

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

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

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

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

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