Html Css Color HEX #875452 Lotus

📋 copy color: '#875452'

red 135 ◦ green 84 ◦ blue 82

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

Shades of Lotus #875452

Tints of Lotus #875452

RGB

 RED value IS 135 (53.13% from 255) = 44.85%

 GREEN value IS 84 (33.2% from 255) = 27.91%

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

R = 44.85%
G = 27.91%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#875452 (or 0x875452) is known color: Lotus. HEX triplet: 87, 54 and 52. RGB value is (135,84,82). Sum of RGB (Red+Green+Blue) = 135+84+82=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #875452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875452 is #78ABAD. Grayscale: #636363. Windows color (decimal): -7908270 or 5395591. OLE color: 5395591.

HSL color Cylindrical-coordinate representation of color #875452: hue angle of 2.26º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875452 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 84 82 -
CMYK 0 0.38 0.39 0.47
HSL 2.26º 0.24% 0.43% -
HSV(B) 2.26º 0.39% 0.53% -
XYZ 14.68 12.1 9.54 -
YUV 99.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 135 84 82 0 0.38 0.39 0.47 2.26 0.24 0.43
Hex 87 54 52 0 26 27 2F 2 18 2B
Octal 207 124 122 0 46 47 57 2 30 53
Binary 10000111 1010100 1010010 0 100110 100111 101111 10 11000 101011

Color Harmonies of #875452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875452

Black with #875452

Text Example


Text Example

White with #875452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875452; }

 p { color: rgb(135,84,82); }

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

background-color css

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

 a { background-color: rgb(135,84,82); }

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

border-color css

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

 span { border-color: rgb(135,84,82); }

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