Html Css Color HEX #5B4D00 Bronze Olive

📋 copy color: '#5B4D00'

red 91 ◦ green 77 ◦ blue 0

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

Shades of Bronze Olive #5B4D00

Tints of Bronze Olive #5B4D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.17%
G = 45.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#5B4D00 (or 0x5B4D00) is known color: Bronze Olive. HEX triplet: 5B, 4D and 00. RGB value is (91,77,0). Sum of RGB (Red+Green+Blue) = 91+77+0=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B4D00 is #A4B2FF. Grayscale: #484848. Windows color (decimal): -10793728 or 19803. OLE color: 19803.

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

Color convert

RGB 91 77 0 -
CMYK 0 0.15 1 0.64
HSL 50.77º 1% 0.18% -
HSV(B) 50.77º 1% 0.36% -
XYZ 6.97 7.53 1.09 -
YUV 72.41 87.14 141.26 -
System Red Green Blue C M Y K H S L
Decimal 91 77 0 0 0.15 1 0.64 50.77 1 0.18
Hex 5B 4D 0 0 F 64 40 33 64 12
Octal 133 115 0 0 17 144 100 63 144 22
Binary 1011011 1001101 0 0 1111 1100100 1000000 110011 1100100 10010

Color Harmonies of #5B4D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4D00

Black with #5B4D00

Text Example


Text Example

White with #5B4D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,77,0); }

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

background-color css

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

 a { background-color: rgb(91,77,0); }

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

border-color css

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

 span { border-color: rgb(91,77,0); }

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