Html Css Color HEX #5B540E Bronze Olive

📋 copy color: '#5B540E'

red 91 ◦ green 84 ◦ blue 14

#5B540E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #5B540E

Tints of Bronze Olive #5B540E

RGB

 RED value IS 91 (35.94% from 255) = 48.15%

 GREEN value IS 84 (33.2% from 255) = 44.44%

 BLUE value IS 14 (5.86% from 255) = 7.41%

R = 48.15%
G = 44.44%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#5B540E (or 0x5B540E) is known color: Bronze Olive. HEX triplet: 5B, 54 and 0E. RGB value is (91,84,14). Sum of RGB (Red+Green+Blue) = 91+84+14=189 (25% of max value = 765). Red value is 91 (35.94% from 255 or 48.15% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 91 - color contains mainly: red. Hex color #5B540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B540E is #A4ABF1. Grayscale: #4E4E4E. Windows color (decimal): -10791922 or 939099. OLE color: 939099.

HSL color Cylindrical-coordinate representation of color #5B540E: hue angle of 54.55º 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 #5B540E is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 84 14 -
CMYK 0 0.08 0.85 0.64
HSL 54.55º 0.73% 0.21% -
HSV(B) 54.55º 0.85% 0.36% -
XYZ 7.56 8.6 1.68 -
YUV 78.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 91 84 14 0 0.08 0.85 0.64 54.55 0.73 0.21
Hex 5B 54 E 0 8 55 40 37 49 15
Octal 133 124 16 0 10 125 100 67 111 25
Binary 1011011 1010100 1110 0 1000 1010101 1000000 110111 1001001 10101

Color Harmonies of #5B540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B540E

Black with #5B540E

Text Example


Text Example

White with #5B540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B540E;
 }
 .AnyTagClassName
 {
   color: #5B540E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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