Html Css Color HEX #874C48 Lotus

📋 copy color: '#874C48'

red 135 ◦ green 76 ◦ blue 72

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

Shades of Lotus #874C48

Tints of Lotus #874C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

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

R = 47.7%
G = 26.86%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#874C48 (or 0x874C48) is known color: Lotus. HEX triplet: 87, 4C and 48. RGB value is (135,76,72). Sum of RGB (Red+Green+Blue) = 135+76+72=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #874C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C48 is #78B3B7. Grayscale: #5D5D5D. Windows color (decimal): -7910328 or 4738183. OLE color: 4738183.

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

Color convert

RGB 135 76 72 -
CMYK 0 0.44 0.47 0.47
HSL 3.81º 0.3% 0.41% -
HSV(B) 3.81º 0.47% 0.53% -
XYZ 13.75 10.79 7.49 -
YUV 93.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 135 76 72 0 0.44 0.47 0.47 3.81 0.3 0.41
Hex 87 4C 48 0 2C 2F 2F 4 1E 29
Octal 207 114 110 0 54 57 57 4 36 51
Binary 10000111 1001100 1001000 0 101100 101111 101111 100 11110 101001

Color Harmonies of #874C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C48

Black with #874C48

Text Example


Text Example

White with #874C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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