#55501C

Color #55501C Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #55501C

Tints of Bronze Olive #55501C

Color information

#55501C (or 0x55501C) is unknown color: approx Bronze Olive. HEX triplet: 55, 50 and 1C. RGB value is (85,80,28). Sum of RGB (Red+Green+Blue) = 85+80+28=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #55501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55501C is #AAAFE3. Grayscale: #4B4B4B. Windows color (decimal): -11186148 or 1855573. OLE color: 1855573.

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

Color convert

RGB858028-
CMYK00.060.670.67
HSL54.74º50.44%22.16%-
HSV(B)54.74º67.06%33.33%-
XYZ6.827.752.24-
YUV75.57101.16134.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 28 (11.33% from 255) = 14.51%
R=44.04%
G=41.45%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85802800.060.670.6754.7450.4422.16
Hex55501C064343373216
Octal1251203406103103676226
Binary101010110100001110001101000011100001111011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55501C; }

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

 H1.HeaderClassName
 {
   color: #55501C;
 }
 .AnyTagClassName
 {
   color: #55501C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #55501C;
 }
 .BgClassName
 {
   background-color: #55501C;
 }
</style>
border-color css

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

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

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