#5E521F

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

Shades of Bronze Olive #5E521F

Tints of Bronze Olive #5E521F

Color information

#5E521F (or 0x5E521F) is unknown color: approx Bronze Olive. HEX triplet: 5E, 52 and 1F. RGB value is (94,82,31). Sum of RGB (Red+Green+Blue) = 94+82+31=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E521F is #A1ADE0. Grayscale: #4F4F4F. Windows color (decimal): -10595809 or 2052702. OLE color: 2052702.

HSL color Cylindrical-coordinate representation of color #5E521F: hue angle of 48.57º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E521F is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB948231-
CMYK00.130.670.63
HSL48.57º50.4%24.51%-
HSV(B)48.57º67.02%36.86%-
XYZ7.888.512.52-
YUV79.77100.48138.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.41%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=45.41%
G=39.61%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94823100.130.670.6348.5750.424.51
Hex5E521F0D433F313219
Octal1361223701510377616231
Binary101111010100101111101101100001111111111000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,82,31); }

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

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

 a { background-color: rgb(94,82,31); }

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

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

 span { border-color: rgb(94,82,31); }

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