#5C5224

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

Shades of Bronze Olive #5C5224

Tints of Bronze Olive #5C5224

Color information

#5C5224 (or 0x5C5224) is unknown color: approx Bronze Olive. HEX triplet: 5C, 52 and 24. RGB value is (92,82,36). Sum of RGB (Red+Green+Blue) = 92+82+36=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5224 is #A3ADDB. Grayscale: #4F4F4F. Windows color (decimal): -10726876 or 2380380. OLE color: 2380380.

HSL color Cylindrical-coordinate representation of color #5C5224: hue angle of 49.29º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C5224 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB928236-
CMYK00.110.610.64
HSL49.29º43.75%25.1%-
HSV(B)49.29º60.87%36.08%-
XYZ7.758.442.89-
YUV79.75103.31136.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.81%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 36 (14.45% from 255) = 17.14%
R=43.81%
G=39.05%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92823600.110.610.6449.2943.7525.1
Hex5C52240B3D40312c19
Octal1341224401375100615431
Binary1011100101001010010001011111101100000011000110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,82,36); }

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

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

 a { background-color: rgb(92,82,36); }

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

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

 span { border-color: rgb(92,82,36); }

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