Html Css Color HEX #5E5508 Bronze Olive

📋 copy color: '#5E5508'

red 94 ◦ green 85 ◦ blue 8

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

Shades of Bronze Olive #5E5508

Tints of Bronze Olive #5E5508

RGB

 RED value IS 94 (37.11% from 255) = 50.27%

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 8 (3.52% from 255) = 4.28%

R = 50.27%
G = 45.45%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.63

RGB Variations

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

Color information

#5E5508 (or 0x5E5508) is known color: Bronze Olive. HEX triplet: 5E, 55 and 08. RGB value is (94,85,8). Sum of RGB (Red+Green+Blue) = 94+85+8=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5508 is #A1AAF7. Grayscale: #4F4F4F. Windows color (decimal): -10595064 or 546142. OLE color: 546142.

HSL color Cylindrical-coordinate representation of color #5E5508: hue angle of 53.72º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E5508 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 85 8 -
CMYK 0 0.10 0.91 0.63
HSL 53.72º 0.84% 0.2% -
HSV(B) 53.72º 0.91% 0.37% -
XYZ 7.91 8.89 1.53 -
YUV 78.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 94 85 8 0 0.10 0.91 0.63 53.72 0.84 0.2
Hex 5E 55 8 0 A 5B 3F 36 54 14
Octal 136 125 10 0 12 133 77 66 124 24
Binary 1011110 1010101 1000 0 1010 1011011 111111 110110 1010100 10100

Color Harmonies of #5E5508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5508

Black with #5E5508

Text Example


Text Example

White with #5E5508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,85,8); }

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

background-color css

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

 a { background-color: rgb(94,85,8); }

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

border-color css

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

 span { border-color: rgb(94,85,8); }

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