#834B4A

Color #834B4A Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #834B4A

Tints of Lotus #834B4A

Color information

#834B4A (or 0x834B4A) is unknown color: approx Lotus. HEX triplet: 83, 4B and 4A. RGB value is (131,75,74). Sum of RGB (Red+Green+Blue) = 131+75+74=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #834B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834B4A is #7CB4B5. Grayscale: #5B5B5B. Windows color (decimal): -8172726 or 4868995. OLE color: 4868995.

HSL color Cylindrical-coordinate representation of color #834B4A: hue angle of 1.05º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834B4A is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1317574-
CMYK00.430.440.49
HSL1.05º27.8%40.2%-
HSV(B)1.05º43.51%51.37%-
XYZ13.1110.357.79-
YUV91.63118.05156.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=46.79%
G=26.79%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131757400.430.440.491.0527.840.2
Hex834B4A02B2C3111c28
Octal203113112053546113450
Binary10000011100101110010100101011101100110001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834B4A; }

 p { color: rgb(131,75,74); }

 H1.HeaderClassName
 {
   color: #834B4A;
 }
 .AnyTagClassName
 {
   color: #834B4A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #834B4A;
 }
 .BgClassName
 {
   background-color: #834B4A;
 }
</style>
border-color css

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

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

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