Html Css Color HEX #555016 Bronze Olive

📋 copy color: '#555016'

red 85 ◦ green 80 ◦ blue 22

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

Shades of Bronze Olive #555016

Tints of Bronze Olive #555016

RGB

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

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

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

R = 45.45%
G = 42.78%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#555016 (or 0x555016) is known color: Bronze Olive. HEX triplet: 55, 50 and 16. RGB value is (85,80,22). Sum of RGB (Red+Green+Blue) = 85+80+22=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #555016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555016 is #AAAFE9. Grayscale: #4B4B4B. Windows color (decimal): -11186154 or 1462357. OLE color: 1462357.

HSL color Cylindrical-coordinate representation of color #555016: hue angle of 55.24º 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 #555016 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 80 22 -
CMYK 0 0.06 0.74 0.67
HSL 55.24º 0.59% 0.21% -
HSV(B) 55.24º 0.74% 0.33% -
XYZ 6.76 7.73 1.89 -
YUV 74.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 85 80 22 0 0.06 0.74 0.67 55.24 0.59 0.21
Hex 55 50 16 0 6 4A 43 37 3B 15
Octal 125 120 26 0 6 112 103 67 73 25
Binary 1010101 1010000 10110 0 110 1001010 1000011 110111 111011 10101

Color Harmonies of #555016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555016

Black with #555016

Text Example


Text Example

White with #555016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555016; }

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

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

background-color css

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

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

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

border-color css

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

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

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