Html Css Color HEX #555111 Bronze Olive

📋 copy color: '#555111'

red 85 ◦ green 81 ◦ blue 17

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

Shades of Bronze Olive #555111

Tints of Bronze Olive #555111

RGB

 RED value IS 85 (33.59% from 255) = 46.45%

 GREEN value IS 81 (32.03% from 255) = 44.26%

 BLUE value IS 17 (7.03% from 255) = 9.29%

R = 46.45%
G = 44.26%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#555111 (or 0x555111) is known color: Bronze Olive. HEX triplet: 55, 51 and 11. RGB value is (85,81,17). Sum of RGB (Red+Green+Blue) = 85+81+17=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #555111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555111 is #AAAEEE. Grayscale: #4B4B4B. Windows color (decimal): -11185903 or 1134933. OLE color: 1134933.

HSL color Cylindrical-coordinate representation of color #555111: hue angle of 56.47º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #555111 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 81 17 -
CMYK 0 0.05 0.80 0.67
HSL 56.47º 0.67% 0.2% -
HSV(B) 56.47º 0.8% 0.33% -
XYZ 6.79 7.86 1.69 -
YUV 74.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 85 81 17 0 0.05 0.80 0.67 56.47 0.67 0.2
Hex 55 51 11 0 5 50 43 38 43 14
Octal 125 121 21 0 5 120 103 70 103 24
Binary 1010101 1010001 10001 0 101 1010000 1000011 111000 1000011 10100

Color Harmonies of #555111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555111

Black with #555111

Text Example


Text Example

White with #555111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555111; }

 p { color: rgb(85,81,17); }

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

background-color css

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

 a { background-color: rgb(85,81,17); }

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

border-color css

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

 span { border-color: rgb(85,81,17); }

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