#55501D

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

Shades of Bronze Olive #55501D

Tints of Bronze Olive #55501D

Color information

#55501D (or 0x55501D) is unknown color: approx Bronze Olive. HEX triplet: 55, 50 and 1D. RGB value is (85,80,29). Sum of RGB (Red+Green+Blue) = 85+80+29=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #55501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55501D is #AAAFE2. Grayscale: #4B4B4B. Windows color (decimal): -11186147 or 1921109. OLE color: 1921109.

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

Color convert

RGB858029-
CMYK00.060.660.67
HSL54.64º49.12%22.35%-
HSV(B)54.64º65.88%33.33%-
XYZ6.847.762.3-
YUV75.68101.66134.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=43.81%
G=41.24%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85802900.060.660.6754.6449.1222.35
Hex55501D064243373116
Octal1251203506102103676126
Binary101010110100001110101101000010100001111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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