Html Css Color HEX #855045 Mule Fawn

📋 copy color: '#855045'

red 133 ◦ green 80 ◦ blue 69

#855045
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mule Fawn #855045

Tints of Mule Fawn #855045

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 value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#855045 (or 0x855045) is known color: 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

RGB 133 80 69 -
CMYK 0 0.40 0.48 0.48
HSL 10.31º 0.32% 0.4% -
HSV(B) 10.31º 0.48% 0.52% -
XYZ 13.62 11.15 7.07 -
YUV 94.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 133 80 69 0 0.40 0.48 0.48 10.31 0.32 0.4
Hex 85 50 45 0 28 30 30 A 20 28
Octal 205 120 105 0 50 60 60 12 40 50
Binary 10000101 1010000 1000101 0 101000 110000 110000 1010 100000 101000

Color Harmonies of #855045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855045

Black with #855045

Text Example


Text Example

White with #855045

Text Example


Text Example

HTML Codes & Css Web 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>