#55481B

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

Shades of Bronze Olive #55481B

Tints of Bronze Olive #55481B

Color information

#55481B (or 0x55481B) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 1B. RGB value is (85,72,27). Sum of RGB (Red+Green+Blue) = 85+72+27=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55481B is #AAB7E4. Grayscale: #464646. Windows color (decimal): -11188197 or 1787989. OLE color: 1787989.

HSL color Cylindrical-coordinate representation of color #55481B: hue angle of 46.55º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55481B is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB857227-
CMYK00.150.680.67
HSL46.55º51.79%21.96%-
HSV(B)46.55º68.24%33.33%-
XYZ6.266.651.99-
YUV70.76103.31138.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 27 (10.94% from 255) = 14.67%
R=46.20%
G=39.13%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85722700.150.680.6746.5551.7921.96
Hex55481B0F44432f3416
Octal12511033017104103576426
Binary1010101100100011011011111000100100001110111111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55481B; }

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

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

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

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

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

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

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

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