#5B440E

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

Shades of Bronze Olive #5B440E

Tints of Bronze Olive #5B440E

Color information

#5B440E (or 0x5B440E) is unknown color: approx Bronze Olive. HEX triplet: 5B, 44 and 0E. RGB value is (91,68,14). Sum of RGB (Red+Green+Blue) = 91+68+14=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B440E is #A4BBF1. Grayscale: #444444. Windows color (decimal): -10796018 or 935003. OLE color: 935003.

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

Color convert

RGB916814-
CMYK00.250.850.64
HSL42.08º73.33%20.59%-
HSV(B)42.08º84.62%35.69%-
XYZ6.466.391.31-
YUV68.7297.12143.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 14 (5.86% from 255) = 8.09%
R=52.60%
G=39.31%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91681400.250.850.6442.0873.3320.59
Hex5B44E01955402a4915
Octal133104160311251005211125
Binary10110111000100111001100110101011000000101010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,68,14); }

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

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

 a { background-color: rgb(91,68,14); }

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

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

 span { border-color: rgb(91,68,14); }

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