#C58A41

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

Shades of Anzac #C58A41

Tints of Anzac #C58A41

Color information

#C58A41 (or 0xC58A41) is unknown color: approx Anzac. HEX triplet: C5, 8A and 41. RGB value is (197,138,65). Sum of RGB (Red+Green+Blue) = 197+138+65=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A41 is #3A75BE. Grayscale: #939393. Windows color (decimal): -3831231 or 4295365. OLE color: 4295365.

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

Color convert

RGB19713865-
CMYK00.300.670.23
HSL33.18º53.23%51.37%-
HSV(B)33.18º67.01%77.25%-
XYZ33.0730.439.13-
YUV147.3281.55163.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.25%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 65 (25.78% from 255) = 16.25%
R=49.25%
G=34.5%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971386500.300.670.2333.1853.2351.37
HexC58A4101E4317213533
Octal30521210103610327416563
Binary11000101100010101000001011110100001110111100001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A41; }

 p { color: rgb(197,138,65); }

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

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

 a { background-color: rgb(197,138,65); }

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

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

 span { border-color: rgb(197,138,65); }

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