Html Css Color HEX #5B5018 Bronze Olive

📋 copy color: '#5B5018'

red 91 ◦ green 80 ◦ blue 24

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

Shades of Bronze Olive #5B5018

Tints of Bronze Olive #5B5018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

 BLUE value IS 24 (9.77% from 255) = 12.31%

R = 46.67%
G = 41.03%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#5B5018 (or 0x5B5018) is known color: Bronze Olive. HEX triplet: 5B, 50 and 18. RGB value is (91,80,24). Sum of RGB (Red+Green+Blue) = 91+80+24=195 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.67% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5018 is #A4AFE7. Grayscale: #4D4D4D. Windows color (decimal): -10792936 or 1593435. OLE color: 1593435.

HSL color Cylindrical-coordinate representation of color #5B5018: hue angle of 50.15º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B5018 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 80 24 -
CMYK 0 0.12 0.74 0.64
HSL 50.15º 0.58% 0.23% -
HSV(B) 50.15º 0.74% 0.36% -
XYZ 7.35 8.03 2.03 -
YUV 76.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 91 80 24 0 0.12 0.74 0.64 50.15 0.58 0.23
Hex 5B 50 18 0 C 4A 40 32 3A 17
Octal 133 120 30 0 14 112 100 62 72 27
Binary 1011011 1010000 11000 0 1100 1001010 1000000 110010 111010 10111

Color Harmonies of #5B5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5018

Black with #5B5018

Text Example


Text Example

White with #5B5018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,80,24); }

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

background-color css

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

 a { background-color: rgb(91,80,24); }

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

border-color css

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

 span { border-color: rgb(91,80,24); }

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