Html Css Color HEX #865451 Lotus

📋 copy color: '#865451'

red 134 ◦ green 84 ◦ blue 81

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

Shades of Lotus #865451

Tints of Lotus #865451

RGB

 RED value IS 134 (52.73% from 255) = 44.82%

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 81 (32.03% from 255) = 27.09%

R = 44.82%
G = 28.09%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#865451 (or 0x865451) is known color: Lotus. HEX triplet: 86, 54 and 51. RGB value is (134,84,81). Sum of RGB (Red+Green+Blue) = 134+84+81=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #865451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865451 is #79ABAE. Grayscale: #626262. Windows color (decimal): -7973807 or 5330054. OLE color: 5330054.

HSL color Cylindrical-coordinate representation of color #865451: hue angle of 3.4º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865451 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 84 81 -
CMYK 0 0.37 0.40 0.47
HSL 3.4º 0.25% 0.42% -
HSV(B) 3.4º 0.4% 0.53% -
XYZ 14.49 12 9.34 -
YUV 98.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 134 84 81 0 0.37 0.40 0.47 3.4 0.25 0.42
Hex 86 54 51 0 25 28 2F 3 19 2A
Octal 206 124 121 0 45 50 57 3 31 52
Binary 10000110 1010100 1010001 0 100101 101000 101111 11 11001 101010

Color Harmonies of #865451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865451

Black with #865451

Text Example


Text Example

White with #865451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865451; }

 p { color: rgb(134,84,81); }

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

background-color css

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

 a { background-color: rgb(134,84,81); }

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

border-color css

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

 span { border-color: rgb(134,84,81); }

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