#5B4E0D

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

Shades of Bronze Olive #5B4E0D

Tints of Bronze Olive #5B4E0D

Color information

#5B4E0D (or 0x5B4E0D) is unknown color: approx Bronze Olive. HEX triplet: 5B, 4E and 0D. RGB value is (91,78,13). Sum of RGB (Red+Green+Blue) = 91+78+13=182 (24% of max value = 765). Red value is 91 (35.94% from 255 or 50% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B4E0D is #A4B1F2. Grayscale: #4A4A4A. Windows color (decimal): -10793459 or 872027. OLE color: 872027.

HSL color Cylindrical-coordinate representation of color #5B4E0D: hue angle of 50º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B4E0D is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB917813-
CMYK00.140.860.64
HSL50º75%20.39%-
HSV(B)50º85.71%35.69%-
XYZ7.117.71.49-
YUV74.4893.31139.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 42.86%
BLUE value IS 13 (5.47% from 255) = 7.14%
R=50%
G=42.86%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91781300.140.860.64507520.39
Hex5B4ED0E5640324b14
Octal133116150161261006211324
Binary1011011100111011010111010101101000000110010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,78,13); }

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

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

 a { background-color: rgb(91,78,13); }

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

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

 span { border-color: rgb(91,78,13); }

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