#855045

Color #855045 Mule Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mule Fawn #855045

Tints of Mule Fawn #855045

Color information

#855045 (or 0x855045) is unknown color: approx Mule Fawn. HEX triplet: 85, 50 and 45. RGB value is (133,80,69). Sum of RGB (Red+Green+Blue) = 133+80+69=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #855045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855045 is #7AAFBA. Grayscale: #5E5E5E. Windows color (decimal): -8040379 or 4542597. OLE color: 4542597.

HSL color Cylindrical-coordinate representation of color #855045: hue angle of 10.31º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #855045 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1338069-
CMYK00.400.480.48
HSL10.31º31.68%39.61%-
HSV(B)10.31º48.12%52.16%-
XYZ13.6211.157.07-
YUV94.59113.56155.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=47.16%
G=28.37%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133806900.400.480.4810.3131.6839.61
Hex8550450283030a2028
Octal2051201050506060124050
Binary100001011010000100010101010001100001100001010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855045; }

 p { color: rgb(133,80,69); }

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

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

 a { background-color: rgb(133,80,69); }

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

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

 span { border-color: rgb(133,80,69); }

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