#5C4A26

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

Shades of Bronze Olive #5C4A26

Tints of Bronze Olive #5C4A26

Color information

#5C4A26 (or 0x5C4A26) is unknown color: approx Bronze Olive. HEX triplet: 5C, 4A and 26. RGB value is (92,74,38). Sum of RGB (Red+Green+Blue) = 92+74+38=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4A26 is #A3B5D9. Grayscale: #4B4B4B. Windows color (decimal): -10728922 or 2509404. OLE color: 2509404.

HSL color Cylindrical-coordinate representation of color #5C4A26: hue angle of 40º 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 #5C4A26 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB927438-
CMYK00.200.590.64
HSL40º41.54%25.49%-
HSV(B)40º58.7%36.08%-
XYZ7.217.312.87-
YUV75.28106.96139.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.10%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=45.10%
G=36.27%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92743800.200.590.644041.5425.49
Hex5C4A260143B40282a19
Octal1341124602473100505231
Binary10111001001010100110010100111011100000010100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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