Html Css Color HEX #874A48 Lotus

📋 copy color: '#874A48'

red 135 ◦ green 74 ◦ blue 72

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

Shades of Lotus #874A48

Tints of Lotus #874A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.33%

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

R = 48.04%
G = 26.33%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#874A48 (or 0x874A48) is known color: Lotus. HEX triplet: 87, 4A and 48. RGB value is (135,74,72). Sum of RGB (Red+Green+Blue) = 135+74+72=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #874A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A48 is #78B5B7. Grayscale: #5C5C5C. Windows color (decimal): -7910840 or 4737671. OLE color: 4737671.

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

Color convert

RGB 135 74 72 -
CMYK 0 0.45 0.47 0.47
HSL 1.9º 0.3% 0.41% -
HSV(B) 1.9º 0.47% 0.53% -
XYZ 13.61 10.52 7.44 -
YUV 92.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 135 74 72 0 0.45 0.47 0.47 1.9 0.3 0.41
Hex 87 4A 48 0 2D 2F 2F 2 1E 29
Octal 207 112 110 0 55 57 57 2 36 51
Binary 10000111 1001010 1001000 0 101101 101111 101111 10 11110 101001

Color Harmonies of #874A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A48

Black with #874A48

Text Example


Text Example

White with #874A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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