Html Css Color HEX #555113 Bronze Olive

📋 copy color: '#555113'

red 85 ◦ green 81 ◦ blue 19

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

Shades of Bronze Olive #555113

Tints of Bronze Olive #555113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 45.95%
G = 43.78%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#555113 (or 0x555113) is known color: Bronze Olive. HEX triplet: 55, 51 and 13. RGB value is (85,81,19). Sum of RGB (Red+Green+Blue) = 85+81+19=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #555113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555113 is #AAAEEC. Grayscale: #4B4B4B. Windows color (decimal): -11185901 or 1266005. OLE color: 1266005.

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

Color convert

RGB 85 81 19 -
CMYK 0 0.05 0.78 0.67
HSL 56.36º 0.63% 0.2% -
HSV(B) 56.36º 0.78% 0.33% -
XYZ 6.81 7.86 1.78 -
YUV 75.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 85 81 19 0 0.05 0.78 0.67 56.36 0.63 0.2
Hex 55 51 13 0 5 4E 43 38 3F 14
Octal 125 121 23 0 5 116 103 70 77 24
Binary 1010101 1010001 10011 0 101 1001110 1000011 111000 111111 10100

Color Harmonies of #555113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555113

Black with #555113

Text Example


Text Example

White with #555113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555113; }

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

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

background-color css

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

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

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

border-color css

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

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

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