Html Css Color HEX #555115 Bronze Olive

📋 copy color: '#555115'

red 85 ◦ green 81 ◦ blue 21

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

Shades of Bronze Olive #555115

Tints of Bronze Olive #555115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.23%

R = 45.45%
G = 43.32%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#555115 (or 0x555115) is known color: Bronze Olive. HEX triplet: 55, 51 and 15. RGB value is (85,81,21). Sum of RGB (Red+Green+Blue) = 85+81+21=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #555115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555115 is #AAAEEA. Grayscale: #4B4B4B. Windows color (decimal): -11185899 or 1397077. OLE color: 1397077.

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

Color convert

RGB 85 81 21 -
CMYK 0 0.05 0.75 0.67
HSL 56.25º 0.6% 0.21% -
HSV(B) 56.25º 0.75% 0.33% -
XYZ 6.82 7.87 1.87 -
YUV 75.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 85 81 21 0 0.05 0.75 0.67 56.25 0.6 0.21
Hex 55 51 15 0 5 4B 43 38 3C 15
Octal 125 121 25 0 5 113 103 70 74 25
Binary 1010101 1010001 10101 0 101 1001011 1000011 111000 111100 10101

Color Harmonies of #555115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555115

Black with #555115

Text Example


Text Example

White with #555115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555115; }

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

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

background-color css

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

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

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

border-color css

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

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

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