#C57A31

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

Shades of Bronze #C57A31

Tints of Bronze #C57A31

Color information

#C57A31 (or 0xC57A31) is unknown color: approx Bronze. HEX triplet: C5, 7A and 31. RGB value is (197,122,49). Sum of RGB (Red+Green+Blue) = 197+122+49=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A31 is #3A85CE. Grayscale: #888888. Windows color (decimal): -3835343 or 3242693. OLE color: 3242693.

HSL color Cylindrical-coordinate representation of color #C57A31: hue angle of 29.59º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C57A31 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB19712249-
CMYK00.380.750.23
HSL29.59º60.16%48.24%-
HSV(B)29.59º75.13%77.25%-
XYZ30.5426.016.32-
YUV136.178.85171.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.53%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 49 (19.53% from 255) = 13.32%
R=53.53%
G=33.15%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971224900.380.750.2329.5960.1648.24
HexC57A310264B171e3c30
Octal3051726104611327367460
Binary110001011111010110001010011010010111011111110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57A31; }

 p { color: rgb(197,122,49); }

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

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

 a { background-color: rgb(197,122,49); }

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

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

 span { border-color: rgb(197,122,49); }

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