Html Css Color HEX #555010 Bronze Olive

📋 copy color: '#555010'

red 85 ◦ green 80 ◦ blue 16

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

Shades of Bronze Olive #555010

Tints of Bronze Olive #555010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.2%

 BLUE value IS 16 (6.64% from 255) = 8.84%

R = 46.96%
G = 44.2%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#555010 (or 0x555010) is known color: Bronze Olive. HEX triplet: 55, 50 and 10. RGB value is (85,80,16). Sum of RGB (Red+Green+Blue) = 85+80+16=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #555010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555010 is #AAAFEF. Grayscale: #4A4A4A. Windows color (decimal): -11186160 or 1069141. OLE color: 1069141.

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

Color convert

RGB 85 80 16 -
CMYK 0 0.06 0.81 0.67
HSL 55.65º 0.68% 0.2% -
HSV(B) 55.65º 0.81% 0.33% -
XYZ 6.71 7.71 1.62 -
YUV 74.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 85 80 16 0 0.06 0.81 0.67 55.65 0.68 0.2
Hex 55 50 10 0 6 51 43 38 44 14
Octal 125 120 20 0 6 121 103 70 104 24
Binary 1010101 1010000 10000 0 110 1010001 1000011 111000 1000100 10100

Color Harmonies of #555010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555010

Black with #555010

Text Example


Text Example

White with #555010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555010; }

 p { color: rgb(85,80,16); }

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

background-color css

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

 a { background-color: rgb(85,80,16); }

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

border-color css

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

 span { border-color: rgb(85,80,16); }

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