Html Css Color HEX #555117 Bronze Olive

📋 copy color: '#555117'

red 85 ◦ green 81 ◦ blue 23

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

Shades of Bronze Olive #555117

Tints of Bronze Olive #555117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.17%

R = 44.97%
G = 42.86%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#555117 (or 0x555117) is known color: Bronze Olive. HEX triplet: 55, 51 and 17. RGB value is (85,81,23). Sum of RGB (Red+Green+Blue) = 85+81+23=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #555117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555117 is #AAAEE8. Grayscale: #4B4B4B. Windows color (decimal): -11185897 or 1528149. OLE color: 1528149.

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

Color convert

RGB 85 81 23 -
CMYK 0 0.05 0.73 0.67
HSL 56.13º 0.57% 0.21% -
HSV(B) 56.13º 0.73% 0.33% -
XYZ 6.84 7.88 1.97 -
YUV 75.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 85 81 23 0 0.05 0.73 0.67 56.13 0.57 0.21
Hex 55 51 17 0 5 49 43 38 39 15
Octal 125 121 27 0 5 111 103 70 71 25
Binary 1010101 1010001 10111 0 101 1001001 1000011 111000 111001 10101

Color Harmonies of #555117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555117

Black with #555117

Text Example


Text Example

White with #555117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555117; }

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

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

background-color css

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

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

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

border-color css

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

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

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