Html Css Color HEX #854F47 Lotus

📋 copy color: '#854F47'

red 133 ◦ green 79 ◦ blue 71

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

Shades of Lotus #854F47

Tints of Lotus #854F47

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.92%

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

R = 47%
G = 27.92%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#854F47 (or 0x854F47) is known color: Lotus. HEX triplet: 85, 4F and 47. RGB value is (133,79,71). Sum of RGB (Red+Green+Blue) = 133+79+71=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #854F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F47 is #7AB0B8. Grayscale: #5E5E5E. Windows color (decimal): -8040633 or 4673413. OLE color: 4673413.

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

Color convert

RGB 133 79 71 -
CMYK 0 0.41 0.47 0.48
HSL 7.74º 0.3% 0.4% -
HSV(B) 7.74º 0.47% 0.52% -
XYZ 13.61 11.03 7.37 -
YUV 94.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 133 79 71 0 0.41 0.47 0.48 7.74 0.3 0.4
Hex 85 4F 47 0 29 2F 30 8 1E 28
Octal 205 117 107 0 51 57 60 10 36 50
Binary 10000101 1001111 1000111 0 101001 101111 110000 1000 11110 101000

Color Harmonies of #854F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854F47

Black with #854F47

Text Example


Text Example

White with #854F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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