Html Css Color HEX #854947 Lotus

📋 copy color: '#854947'

red 133 ◦ green 73 ◦ blue 71

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

Shades of Lotus #854947

Tints of Lotus #854947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

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

R = 48.01%
G = 26.35%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#854947 (or 0x854947) is known color: Lotus. HEX triplet: 85, 49 and 47. RGB value is (133,73,71). Sum of RGB (Red+Green+Blue) = 133+73+71=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #854947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854947 is #7AB6B8. Grayscale: #5A5A5A. Windows color (decimal): -8042169 or 4671877. OLE color: 4671877.

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

Color convert

RGB 133 73 71 -
CMYK 0 0.45 0.47 0.48
HSL 1.94º 0.3% 0.4% -
HSV(B) 1.94º 0.47% 0.52% -
XYZ 13.19 10.21 7.24 -
YUV 90.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 133 73 71 0 0.45 0.47 0.48 1.94 0.3 0.4
Hex 85 49 47 0 2D 2F 30 2 1E 28
Octal 205 111 107 0 55 57 60 2 36 50
Binary 10000101 1001001 1000111 0 101101 101111 110000 10 11110 101000

Color Harmonies of #854947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854947

Black with #854947

Text Example


Text Example

White with #854947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854947; }

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

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

background-color css

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

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

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

border-color css

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

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

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