#5C531F

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

Shades of Bronze Olive #5C531F

Tints of Bronze Olive #5C531F

Color information

#5C531F (or 0x5C531F) is unknown color: approx Bronze Olive. HEX triplet: 5C, 53 and 1F. RGB value is (92,83,31). Sum of RGB (Red+Green+Blue) = 92+83+31=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 92 - color contains mainly: red. Hex color #5C531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C531F is #A3ACE0. Grayscale: #4F4F4F. Windows color (decimal): -10726625 or 2052956. OLE color: 2052956.

HSL color Cylindrical-coordinate representation of color #5C531F: hue angle of 51.15º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C531F is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB928331-
CMYK00.100.660.64
HSL51.15º49.59%24.12%-
HSV(B)51.15º66.3%36.08%-
XYZ7.758.562.54-
YUV79.76100.48136.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.66%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 31 (12.5% from 255) = 15.05%
R=44.66%
G=40.29%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92833100.100.660.6451.1549.5924.12
Hex5C531F0A4240333218
Octal13412337012102100636230
Binary1011100101001111111010101000010100000011001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C531F; }

 p { color: rgb(92,83,31); }

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

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

 a { background-color: rgb(92,83,31); }

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

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

 span { border-color: rgb(92,83,31); }

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