Html Css Color HEX #5B4914 Bronze Olive

📋 copy color: '#5B4914'

red 91 ◦ green 73 ◦ blue 20

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

Shades of Bronze Olive #5B4914

Tints of Bronze Olive #5B4914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.67%

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 49.46%
G = 39.67%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#5B4914 (or 0x5B4914) is known color: Bronze Olive. HEX triplet: 5B, 49 and 14. RGB value is (91,73,20). Sum of RGB (Red+Green+Blue) = 91+73+20=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4914 is #A4B6EB. Grayscale: #484848. Windows color (decimal): -10794732 or 1329499. OLE color: 1329499.

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

Color convert

RGB 91 73 20 -
CMYK 0 0.20 0.78 0.64
HSL 44.79º 0.64% 0.22% -
HSV(B) 44.79º 0.78% 0.36% -
XYZ 6.82 7.04 1.66 -
YUV 72.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 91 73 20 0 0.20 0.78 0.64 44.79 0.64 0.22
Hex 5B 49 14 0 14 4E 40 2D 40 16
Octal 133 111 24 0 24 116 100 55 100 26
Binary 1011011 1001001 10100 0 10100 1001110 1000000 101101 1000000 10110

Color Harmonies of #5B4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4914

Black with #5B4914

Text Example


Text Example

White with #5B4914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,73,20); }

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

background-color css

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

 a { background-color: rgb(91,73,20); }

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

border-color css

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

 span { border-color: rgb(91,73,20); }

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