#5B551B

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

Shades of Bronze Olive #5B551B

Tints of Bronze Olive #5B551B

Color information

#5B551B (or 0x5B551B) is unknown color: approx Bronze Olive. HEX triplet: 5B, 55 and 1B. RGB value is (91,85,27). Sum of RGB (Red+Green+Blue) = 91+85+27=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 91 - color contains mainly: red. Hex color #5B551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B551B is #A4AAE4. Grayscale: #505050. Windows color (decimal): -10791653 or 1791323. OLE color: 1791323.

HSL color Cylindrical-coordinate representation of color #5B551B: hue angle of 54.38º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B551B is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB918527-
CMYK00.070.700.64
HSL54.38º54.24%23.14%-
HSV(B)54.38º70.33%35.69%-
XYZ7.768.82.33-
YUV80.1897.99135.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.83%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 27 (10.94% from 255) = 13.30%
R=44.83%
G=41.87%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91852700.070.700.6454.3854.2423.14
Hex5B551B074640363617
Octal1331253307106100666627
Binary101101110101011101101111000110100000011011011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,85,27); }

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

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

 a { background-color: rgb(91,85,27); }

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

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

 span { border-color: rgb(91,85,27); }

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