Html Css Color HEX #555116 Bronze Olive

📋 copy color: '#555116'

red 85 ◦ green 81 ◦ blue 22

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

Shades of Bronze Olive #555116

Tints of Bronze Olive #555116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 45.21%
G = 43.09%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#555116 (or 0x555116) is known color: Bronze Olive. HEX triplet: 55, 51 and 16. RGB value is (85,81,22). Sum of RGB (Red+Green+Blue) = 85+81+22=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #555116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555116 is #AAAEE9. Grayscale: #4B4B4B. Windows color (decimal): -11185898 or 1462613. OLE color: 1462613.

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

Color convert

RGB 85 81 22 -
CMYK 0 0.05 0.74 0.67
HSL 56.19º 0.59% 0.21% -
HSV(B) 56.19º 0.74% 0.33% -
XYZ 6.83 7.87 1.92 -
YUV 75.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 85 81 22 0 0.05 0.74 0.67 56.19 0.59 0.21
Hex 55 51 16 0 5 4A 43 38 3B 15
Octal 125 121 26 0 5 112 103 70 73 25
Binary 1010101 1010001 10110 0 101 1001010 1000011 111000 111011 10101

Color Harmonies of #555116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555116

Black with #555116

Text Example


Text Example

White with #555116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555116; }

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

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

background-color css

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

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

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

border-color css

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

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

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