Html Css Color HEX #854747 Lotus

📋 copy color: '#854747'

red 133 ◦ green 71 ◦ blue 71

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

Shades of Lotus #854747

Tints of Lotus #854747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

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

R = 48.36%
G = 25.82%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#854747 (or 0x854747) is known color: Lotus. HEX triplet: 85, 47 and 47. RGB value is (133,71,71). Sum of RGB (Red+Green+Blue) = 133+71+71=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #854747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854747 is #7AB8B8. Grayscale: #595959. Windows color (decimal): -8042681 or 4671365. OLE color: 4671365.

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

Color convert

RGB 133 71 71 -
CMYK 0 0.47 0.47 0.48
HSL 0.3% 0.4% -
HSV(B) 0.47% 0.52% -
XYZ 13.06 9.95 7.19 -
YUV 89.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 133 71 71 0 0.47 0.47 0.48 0 0.3 0.4
Hex 85 47 47 0 2F 2F 30 0 1E 28
Octal 205 107 107 0 57 57 60 0 36 50
Binary 10000101 1000111 1000111 0 101111 101111 110000 0 11110 101000

Color Harmonies of #854747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854747

Black with #854747

Text Example


Text Example

White with #854747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854747; }

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

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

background-color css

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

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

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

border-color css

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

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

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