Html Css Color HEX #854847 Lotus

📋 copy color: '#854847'

red 133 ◦ green 72 ◦ blue 71

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

Shades of Lotus #854847

Tints of Lotus #854847

RGB

 RED value IS 133 (52.34% from 255) = 48.19%

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

 BLUE value IS 71 (28.13% from 255) = 25.72%

R = 48.19%
G = 26.09%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#854847 (or 0x854847) is known color: Lotus. HEX triplet: 85, 48 and 47. RGB value is (133,72,71). Sum of RGB (Red+Green+Blue) = 133+72+71=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #854847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854847 is #7AB7B8. Grayscale: #5A5A5A. Windows color (decimal): -8042425 or 4671621. OLE color: 4671621.

HSL color Cylindrical-coordinate representation of color #854847: hue angle of 0.97º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854847 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 71 -
CMYK 0 0.46 0.47 0.48
HSL 0.97º 0.3% 0.4% -
HSV(B) 0.97º 0.47% 0.52% -
XYZ 13.13 10.08 7.21 -
YUV 90.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 133 72 71 0 0.46 0.47 0.48 0.97 0.3 0.4
Hex 85 48 47 0 2E 2F 30 1 1E 28
Octal 205 110 107 0 56 57 60 1 36 50
Binary 10000101 1001000 1000111 0 101110 101111 110000 1 11110 101000

Color Harmonies of #854847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854847

Black with #854847

Text Example


Text Example

White with #854847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854847; }

 p { color: rgb(133,72,71); }

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

background-color css

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

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

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

border-color css

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

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

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