Html Css Color HEX #5B540D Bronze Olive

📋 copy color: '#5B540D'

red 91 ◦ green 84 ◦ blue 13

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

Shades of Bronze Olive #5B540D

Tints of Bronze Olive #5B540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 48.4%
G = 44.68%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#5B540D (or 0x5B540D) is known color: Bronze Olive. HEX triplet: 5B, 54 and 0D. RGB value is (91,84,13). Sum of RGB (Red+Green+Blue) = 91+84+13=188 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.40% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 91 - color contains mainly: red. Hex color #5B540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B540D is #A4ABF2. Grayscale: #4E4E4E. Windows color (decimal): -10791923 or 873563. OLE color: 873563.

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

Color convert

RGB 91 84 13 -
CMYK 0 0.08 0.86 0.64
HSL 54.62º 0.75% 0.2% -
HSV(B) 54.62º 0.86% 0.36% -
XYZ 7.56 8.59 1.64 -
YUV 78 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 91 84 13 0 0.08 0.86 0.64 54.62 0.75 0.2
Hex 5B 54 D 0 8 56 40 37 4B 14
Octal 133 124 15 0 10 126 100 67 113 24
Binary 1011011 1010100 1101 0 1000 1010110 1000000 110111 1001011 10100

Color Harmonies of #5B540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B540D

Black with #5B540D

Text Example


Text Example

White with #5B540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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