Html Css Color HEX #854646 Lotus

📋 copy color: '#854646'

red 133 ◦ green 70 ◦ blue 70

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

Shades of Lotus #854646

Tints of Lotus #854646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.64%

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

R = 48.72%
G = 25.64%
B = 25.64%

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

#854646 (or 0x854646) is known color: Lotus. HEX triplet: 85, 46 and 46. RGB value is (133,70,70). Sum of RGB (Red+Green+Blue) = 133+70+70=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #854646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854646 is #7AB9B9. Grayscale: #585858. Windows color (decimal): -8042938 or 4605573. OLE color: 4605573.

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

Color convert

RGB 133 70 70 -
CMYK 0 0.47 0.47 0.48
HSL 0.31% 0.4% -
HSV(B) 0.47% 0.52% -
XYZ 12.97 9.81 7 -
YUV 88.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 133 70 70 0 0.47 0.47 0.48 0 0.31 0.4
Hex 85 46 46 0 2F 2F 30 0 1F 28
Octal 205 106 106 0 57 57 60 0 37 50
Binary 10000101 1000110 1000110 0 101111 101111 110000 0 11111 101000

Color Harmonies of #854646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854646

Black with #854646

Text Example


Text Example

White with #854646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854646; }

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

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

background-color css

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

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

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

border-color css

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

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

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