#5B4B09

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

Shades of Bronze Olive #5B4B09

Tints of Bronze Olive #5B4B09

Color information

#5B4B09 (or 0x5B4B09) is unknown color: approx Bronze Olive. HEX triplet: 5B, 4B and 09. RGB value is (91,75,9). Sum of RGB (Red+Green+Blue) = 91+75+9=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4B09 is #A4B4F6. Grayscale: #484848. Windows color (decimal): -10794231 or 609115. OLE color: 609115.

HSL color Cylindrical-coordinate representation of color #5B4B09: hue angle of 48.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B4B09 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB91759-
CMYK00.180.900.64
HSL48.29º82%19.61%-
HSV(B)48.29º90.11%35.69%-
XYZ6.887.281.3-
YUV72.2692.3141.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 9 (3.91% from 255) = 5.14%
R=52%
G=42.86%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9175900.180.900.6448.298219.61
Hex5B4B90125A40305214
Octal133113110221321006012224
Binary10110111001011100101001010110101000000110000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,75,9); }

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

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

 a { background-color: rgb(91,75,9); }

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

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

 span { border-color: rgb(91,75,9); }

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