#55480D

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

Shades of Bronze Olive #55480D

Tints of Bronze Olive #55480D

Color information

#55480D (or 0x55480D) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 0D. RGB value is (85,72,13). Sum of RGB (Red+Green+Blue) = 85+72+13=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55480D is #AAB7F2. Grayscale: #454545. Windows color (decimal): -11188211 or 870485. OLE color: 870485.

HSL color Cylindrical-coordinate representation of color #55480D: hue angle of 49.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55480D is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB857213-
CMYK00.150.850.67
HSL49.17º73.47%19.22%-
HSV(B)49.17º84.71%33.33%-
XYZ6.146.61.33-
YUV69.1696.31139.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 42.35%
BLUE value IS 13 (5.47% from 255) = 7.65%
R=50%
G=42.35%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85721300.150.850.6749.1773.4719.22
Hex5548D0F5543314913
Octal125110150171251036111123
Binary1010101100100011010111110101011000011110001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,72,13); }

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

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

 a { background-color: rgb(85,72,13); }

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

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

 span { border-color: rgb(85,72,13); }

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