Html Css Color HEX #854746 Lotus

📋 copy color: '#854746'

red 133 ◦ green 71 ◦ blue 70

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

Shades of Lotus #854746

Tints of Lotus #854746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.55%

R = 48.54%
G = 25.91%
B = 25.55%

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

#854746 (or 0x854746) is known color: Lotus. HEX triplet: 85, 47 and 46. RGB value is (133,71,70). Sum of RGB (Red+Green+Blue) = 133+71+70=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #854746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854746 is #7AB8B9. Grayscale: #595959. Windows color (decimal): -8042682 or 4605829. OLE color: 4605829.

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

Color convert

RGB 133 71 70 -
CMYK 0 0.47 0.47 0.48
HSL 0.95º 0.31% 0.4% -
HSV(B) 0.95º 0.47% 0.52% -
XYZ 13.03 9.94 7.03 -
YUV 89.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 133 71 70 0 0.47 0.47 0.48 0.95 0.31 0.4
Hex 85 47 46 0 2F 2F 30 1 1F 28
Octal 205 107 106 0 57 57 60 1 37 50
Binary 10000101 1000111 1000110 0 101111 101111 110000 1 11111 101000

Color Harmonies of #854746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854746

Black with #854746

Text Example


Text Example

White with #854746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854746; }

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

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

background-color css

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

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

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

border-color css

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

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

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