Html Css Color HEX #555012 Bronze Olive

📋 copy color: '#555012'

red 85 ◦ green 80 ◦ blue 18

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

Shades of Bronze Olive #555012

Tints of Bronze Olive #555012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 46.45%
G = 43.72%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#555012 (or 0x555012) is known color: Bronze Olive. HEX triplet: 55, 50 and 12. RGB value is (85,80,18). Sum of RGB (Red+Green+Blue) = 85+80+18=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #555012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555012 is #AAAFED. Grayscale: #4A4A4A. Windows color (decimal): -11186158 or 1200213. OLE color: 1200213.

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

Color convert

RGB 85 80 18 -
CMYK 0 0.06 0.79 0.67
HSL 55.52º 0.65% 0.2% -
HSV(B) 55.52º 0.79% 0.33% -
XYZ 6.72 7.71 1.71 -
YUV 74.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 85 80 18 0 0.06 0.79 0.67 55.52 0.65 0.2
Hex 55 50 12 0 6 4F 43 38 41 14
Octal 125 120 22 0 6 117 103 70 101 24
Binary 1010101 1010000 10010 0 110 1001111 1000011 111000 1000001 10100

Color Harmonies of #555012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555012

Black with #555012

Text Example


Text Example

White with #555012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555012; }

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

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

background-color css

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

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

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

border-color css

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

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

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