#5B4708

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

Shades of Bronze Olive #5B4708

Tints of Bronze Olive #5B4708

Color information

#5B4708 (or 0x5B4708) is unknown color: approx Bronze Olive. HEX triplet: 5B, 47 and 08. RGB value is (91,71,8). Sum of RGB (Red+Green+Blue) = 91+71+8=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4708 is #A4B8F7. Grayscale: #464646. Windows color (decimal): -10795256 or 542555. OLE color: 542555.

HSL color Cylindrical-coordinate representation of color #5B4708: hue angle of 45.54º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B4708 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB91718-
CMYK00.220.910.64
HSL45.54º83.84%19.41%-
HSV(B)45.54º91.21%35.69%-
XYZ6.616.751.18-
YUV69.893.13143.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 53.53%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 8 (3.52% from 255) = 4.71%
R=53.53%
G=41.76%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9171800.220.910.6445.5483.8419.41
Hex5B4780165B402e5413
Octal133107100261331005612423
Binary10110111000111100001011010110111000000101110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,71,8); }

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

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

 a { background-color: rgb(91,71,8); }

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

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

 span { border-color: rgb(91,71,8); }

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