Html Css Color HEX #854C47 Lotus

📋 copy color: '#854C47'

red 133 ◦ green 76 ◦ blue 71

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

Shades of Lotus #854C47

Tints of Lotus #854C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.14%

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

R = 47.5%
G = 27.14%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#854C47 (or 0x854C47) is known color: Lotus. HEX triplet: 85, 4C and 47. RGB value is (133,76,71). Sum of RGB (Red+Green+Blue) = 133+76+71=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #854C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C47 is #7AB3B8. Grayscale: #5C5C5C. Windows color (decimal): -8041401 or 4672645. OLE color: 4672645.

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

Color convert

RGB 133 76 71 -
CMYK 0 0.43 0.47 0.48
HSL 4.84º 0.3% 0.4% -
HSV(B) 4.84º 0.47% 0.52% -
XYZ 13.39 10.61 7.3 -
YUV 92.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 133 76 71 0 0.43 0.47 0.48 4.84 0.3 0.4
Hex 85 4C 47 0 2B 2F 30 5 1E 28
Octal 205 114 107 0 53 57 60 5 36 50
Binary 10000101 1001100 1000111 0 101011 101111 110000 101 11110 101000

Color Harmonies of #854C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C47

Black with #854C47

Text Example


Text Example

White with #854C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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