#5B4D22

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

Shades of Bronze Olive #5B4D22

Tints of Bronze Olive #5B4D22

Color information

#5B4D22 (or 0x5B4D22) is unknown color: approx Bronze Olive. HEX triplet: 5B, 4D and 22. RGB value is (91,77,34). Sum of RGB (Red+Green+Blue) = 91+77+34=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4D22 is #A4B2DD. Grayscale: #4C4C4C. Windows color (decimal): -10793694 or 2248027. OLE color: 2248027.

HSL color Cylindrical-coordinate representation of color #5B4D22: hue angle of 45.26º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B4D22 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.64.

Color convert

RGB917734-
CMYK00.150.630.64
HSL45.26º45.6%24.51%-
HSV(B)45.26º62.64%35.69%-
XYZ7.267.652.61-
YUV76.28104.14138.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.05%
GREEN value IS 77 (30.47% from 255) = 38.12%
BLUE value IS 34 (13.67% from 255) = 16.83%
R=45.05%
G=38.12%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91773400.150.630.6445.2645.624.51
Hex5B4D220F3F402d2e19
Octal1331154201777100555631
Binary1011011100110110001001111111111100000010110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,77,34); }

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

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

 a { background-color: rgb(91,77,34); }

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

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

 span { border-color: rgb(91,77,34); }

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