Html Css Color HEX #855652 Lotus

📋 copy color: '#855652'

red 133 ◦ green 86 ◦ blue 82

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

Shades of Lotus #855652

Tints of Lotus #855652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.57%

 BLUE value IS 82 (32.42% from 255) = 27.24%

R = 44.19%
G = 28.57%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#855652 (or 0x855652) is known color: Lotus. HEX triplet: 85, 56 and 52. RGB value is (133,86,82). Sum of RGB (Red+Green+Blue) = 133+86+82=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #855652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855652 is #7AA9AD. Grayscale: #636363. Windows color (decimal): -8038830 or 5396101. OLE color: 5396101.

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

Color convert

RGB 133 86 82 -
CMYK 0 0.35 0.38 0.48
HSL 4.71º 0.24% 0.42% -
HSV(B) 4.71º 0.38% 0.52% -
XYZ 14.52 12.25 9.58 -
YUV 99.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 133 86 82 0 0.35 0.38 0.48 4.71 0.24 0.42
Hex 85 56 52 0 23 26 30 5 18 2A
Octal 205 126 122 0 43 46 60 5 30 52
Binary 10000101 1010110 1010010 0 100011 100110 110000 101 11000 101010

Color Harmonies of #855652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855652

Black with #855652

Text Example


Text Example

White with #855652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855652; }

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

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

background-color css

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

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

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

border-color css

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

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

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