Html Css Color HEX #855951 Lotus

📋 copy color: '#855951'

red 133 ◦ green 89 ◦ blue 81

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

Shades of Lotus #855951

Tints of Lotus #855951

RGB

 RED value IS 133 (52.34% from 255) = 43.89%

 GREEN value IS 89 (35.16% from 255) = 29.37%

 BLUE value IS 81 (32.03% from 255) = 26.73%

R = 43.89%
G = 29.37%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#855951 (or 0x855951) is known color: Lotus. HEX triplet: 85, 59 and 51. RGB value is (133,89,81). Sum of RGB (Red+Green+Blue) = 133+89+81=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #855951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855951 is #7AA6AE. Grayscale: #656565. Windows color (decimal): -8038063 or 5331333. OLE color: 5331333.

HSL color Cylindrical-coordinate representation of color #855951: hue angle of 9.23º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855951 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 81 -
CMYK 0 0.33 0.39 0.48
HSL 9.23º 0.24% 0.42% -
HSV(B) 9.23º 0.39% 0.52% -
XYZ 14.73 12.73 9.46 -
YUV 101.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 133 89 81 0 0.33 0.39 0.48 9.23 0.24 0.42
Hex 85 59 51 0 21 27 30 9 18 2A
Octal 205 131 121 0 41 47 60 11 30 52
Binary 10000101 1011001 1010001 0 100001 100111 110000 1001 11000 101010

Color Harmonies of #855951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855951

Black with #855951

Text Example


Text Example

White with #855951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855951; }

 p { color: rgb(133,89,81); }

 H1.HeaderClassName
 {
   color: #855951;
 }
 .AnyTagClassName
 {
   color: #855951;
 }
</style>

background-color css

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

 a { background-color: rgb(133,89,81); }

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

border-color css

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

 span { border-color: rgb(133,89,81); }

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