Html Css Color HEX #874848 Lotus

📋 copy color: '#874848'

red 135 ◦ green 72 ◦ blue 72

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

Shades of Lotus #874848

Tints of Lotus #874848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

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

R = 48.39%
G = 25.81%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#874848 (or 0x874848) is known color: Lotus. HEX triplet: 87, 48 and 48. RGB value is (135,72,72). Sum of RGB (Red+Green+Blue) = 135+72+72=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #874848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874848 is #78B7B7. Grayscale: #5A5A5A. Windows color (decimal): -7911352 or 4737159. OLE color: 4737159.

HSL color Cylindrical-coordinate representation of color #874848: hue angle of 0º 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 #874848 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 72 72 -
CMYK 0 0.47 0.47 0.47
HSL 0.3% 0.41% -
HSV(B) 0.47% 0.53% -
XYZ 13.48 10.25 7.4 -
YUV 90.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 135 72 72 0 0.47 0.47 0.47 0 0.3 0.41
Hex 87 48 48 0 2F 2F 2F 0 1E 29
Octal 207 110 110 0 57 57 57 0 36 51
Binary 10000111 1001000 1001000 0 101111 101111 101111 0 11110 101001

Color Harmonies of #874848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874848

Black with #874848

Text Example


Text Example

White with #874848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874848; }

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

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

background-color css

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

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

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

border-color css

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

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

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