#5B531E

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

Shades of Bronze Olive #5B531E

Tints of Bronze Olive #5B531E

Color information

#5B531E (or 0x5B531E) is unknown color: approx Bronze Olive. HEX triplet: 5B, 53 and 1E. RGB value is (91,83,30). Sum of RGB (Red+Green+Blue) = 91+83+30=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B531E is #A4ACE1. Grayscale: #4F4F4F. Windows color (decimal): -10792162 or 1987419. OLE color: 1987419.

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

Color convert

RGB918330-
CMYK00.090.670.64
HSL52.13º50.41%23.73%-
HSV(B)52.13º67.03%35.69%-
XYZ7.648.52.47-
YUV79.35100.15136.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.61%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 30 (12.11% from 255) = 14.71%
R=44.61%
G=40.69%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91833000.090.670.6452.1350.4123.73
Hex5B531E094340343218
Octal13312336011103100646230
Binary1011011101001111110010011000011100000011010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,83,30); }

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

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

 a { background-color: rgb(91,83,30); }

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

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

 span { border-color: rgb(91,83,30); }

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