Html Css Color HEX #875248 Lotus

📋 copy color: '#875248'

red 135 ◦ green 82 ◦ blue 72

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

Shades of Lotus #875248

Tints of Lotus #875248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.91%

R = 46.71%
G = 28.37%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#875248 (or 0x875248) is known color: Lotus. HEX triplet: 87, 52 and 48. RGB value is (135,82,72). Sum of RGB (Red+Green+Blue) = 135+82+72=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #875248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875248 is #78ADB7. Grayscale: #606060. Windows color (decimal): -7908792 or 4739719. OLE color: 4739719.

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

Color convert

RGB 135 82 72 -
CMYK 0 0.39 0.47 0.47
HSL 9.52º 0.3% 0.41% -
HSV(B) 9.52º 0.47% 0.53% -
XYZ 14.18 11.65 7.63 -
YUV 96.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 135 82 72 0 0.39 0.47 0.47 9.52 0.3 0.41
Hex 87 52 48 0 27 2F 2F A 1E 29
Octal 207 122 110 0 47 57 57 12 36 51
Binary 10000111 1010010 1001000 0 100111 101111 101111 1010 11110 101001

Color Harmonies of #875248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875248

Black with #875248

Text Example


Text Example

White with #875248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875248; }

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

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

background-color css

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

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

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

border-color css

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

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

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