#C58C46

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

Shades of Anzac #C58C46

Tints of Anzac #C58C46

Color information

#C58C46 (or 0xC58C46) is unknown color: approx Anzac. HEX triplet: C5, 8C and 46. RGB value is (197,140,70). Sum of RGB (Red+Green+Blue) = 197+140+70=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58C46 is #3A73B9. Grayscale: #959595. Windows color (decimal): -3830714 or 4623557. OLE color: 4623557.

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

Color convert

RGB19714070-
CMYK00.290.640.23
HSL33.07º52.26%52.35%-
HSV(B)33.07º64.47%77.25%-
XYZ33.5131.0710.03-
YUV149.0683.38162.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.40%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=48.40%
G=34.40%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971407000.290.640.2333.0752.2652.35
HexC58C4601D4017213434
Octal30521410603510027416464
Binary11000101100011001000110011101100000010111100001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58C46; }

 p { color: rgb(197,140,70); }

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

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

 a { background-color: rgb(197,140,70); }

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

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

 span { border-color: rgb(197,140,70); }

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