Html Css Color HEX #5B5019 Bronze Olive

📋 copy color: '#5B5019'

red 91 ◦ green 80 ◦ blue 25

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

Shades of Bronze Olive #5B5019

Tints of Bronze Olive #5B5019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.76%

R = 46.43%
G = 40.82%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#5B5019 (or 0x5B5019) is known color: Bronze Olive. HEX triplet: 5B, 50 and 19. RGB value is (91,80,25). Sum of RGB (Red+Green+Blue) = 91+80+25=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5019 is #A4AFE6. Grayscale: #4D4D4D. Windows color (decimal): -10792935 or 1658971. OLE color: 1658971.

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

Color convert

RGB 91 80 25 -
CMYK 0 0.12 0.73 0.64
HSL 50º 0.57% 0.23% -
HSV(B) 50º 0.73% 0.36% -
XYZ 7.36 8.03 2.08 -
YUV 77.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 91 80 25 0 0.12 0.73 0.64 50 0.57 0.23
Hex 5B 50 19 0 C 49 40 32 39 17
Octal 133 120 31 0 14 111 100 62 71 27
Binary 1011011 1010000 11001 0 1100 1001001 1000000 110010 111001 10111

Color Harmonies of #5B5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5019

Black with #5B5019

Text Example


Text Example

White with #5B5019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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