#5B551A

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

Shades of Bronze Olive #5B551A

Tints of Bronze Olive #5B551A

Color information

#5B551A (or 0x5B551A) is unknown color: approx Bronze Olive. HEX triplet: 5B, 55 and 1A. RGB value is (91,85,26). Sum of RGB (Red+Green+Blue) = 91+85+26=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 91 - color contains mainly: red. Hex color #5B551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B551A is #A4AAE5. Grayscale: #505050. Windows color (decimal): -10791654 or 1725787. OLE color: 1725787.

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

Color convert

RGB918526-
CMYK00.070.710.64
HSL54.46º55.56%22.94%-
HSV(B)54.46º71.43%35.69%-
XYZ7.758.82.27-
YUV80.0797.49135.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.05%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=45.05%
G=42.08%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91852600.070.710.6454.4655.5622.94
Hex5B551A074740363817
Octal1331253207107100667027
Binary101101110101011101001111000111100000011011011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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