Html Css Color HEX #855249 Lotus

📋 copy color: '#855249'

red 133 ◦ green 82 ◦ blue 73

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

Shades of Lotus #855249

Tints of Lotus #855249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

 BLUE value IS 73 (28.91% from 255) = 25.35%

R = 46.18%
G = 28.47%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#855249 (or 0x855249) is known color: Lotus. HEX triplet: 85, 52 and 49. RGB value is (133,82,73). Sum of RGB (Red+Green+Blue) = 133+82+73=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #855249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855249 is #7AADB6. Grayscale: #606060. Windows color (decimal): -8039863 or 4805253. OLE color: 4805253.

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

Color convert

RGB 133 82 73 -
CMYK 0 0.38 0.45 0.48
HSL 0.29% 0.4% -
HSV(B) 0.45% 0.52% -
XYZ 13.89 11.5 7.79 -
YUV 96.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 133 82 73 0 0.38 0.45 0.48 9 0.29 0.4
Hex 85 52 49 0 26 2D 30 9 1D 28
Octal 205 122 111 0 46 55 60 11 35 50
Binary 10000101 1010010 1001001 0 100110 101101 110000 1001 11101 101000

Color Harmonies of #855249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855249

Black with #855249

Text Example


Text Example

White with #855249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855249; }

 p { color: rgb(133,82,73); }

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

background-color css

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

 a { background-color: rgb(133,82,73); }

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

border-color css

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

 span { border-color: rgb(133,82,73); }

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