#5C5226

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

Shades of Bronze Olive #5C5226

Tints of Bronze Olive #5C5226

Color information

#5C5226 (or 0x5C5226) is unknown color: approx Bronze Olive. HEX triplet: 5C, 52 and 26. RGB value is (92,82,38). Sum of RGB (Red+Green+Blue) = 92+82+38=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5226 is #A3ADD9. Grayscale: #505050. Windows color (decimal): -10726874 or 2511452. OLE color: 2511452.

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

Color convert

RGB928238-
CMYK00.110.590.64
HSL48.89º41.54%25.49%-
HSV(B)48.89º58.7%36.08%-
XYZ7.788.453.05-
YUV79.97104.31136.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.40%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=43.40%
G=38.68%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92823800.110.590.6448.8941.5425.49
Hex5C52260B3B40312a19
Octal1341224601373100615231
Binary1011100101001010011001011111011100000011000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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