Html Css Color HEX #834646 Lotus

📋 copy color: '#834646'

red 131 ◦ green 70 ◦ blue 70

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

Shades of Lotus #834646

Tints of Lotus #834646

RGB

 RED value IS 131 (51.56% from 255) = 48.34%

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

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

R = 48.34%
G = 25.83%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#834646 (or 0x834646) is known color: Lotus. HEX triplet: 83, 46 and 46. RGB value is (131,70,70). Sum of RGB (Red+Green+Blue) = 131+70+70=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #834646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834646 is #7CB9B9. Grayscale: #585858. Windows color (decimal): -8174010 or 4605571. OLE color: 4605571.

HSL color Cylindrical-coordinate representation of color #834646: hue angle of 0º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834646 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 70 -
CMYK 0 0.47 0.47 0.49
HSL 0.3% 0.39% -
HSV(B) 0.47% 0.51% -
XYZ 12.66 9.65 6.99 -
YUV 88.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 131 70 70 0 0.47 0.47 0.49 0 0.3 0.39
Hex 83 46 46 0 2F 2F 31 0 1E 27
Octal 203 106 106 0 57 57 61 0 36 47
Binary 10000011 1000110 1000110 0 101111 101111 110001 0 11110 100111

Color Harmonies of #834646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834646

Black with #834646

Text Example


Text Example

White with #834646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834646; }

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

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

background-color css

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

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

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

border-color css

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

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

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