#834F4B

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

Shades of Lotus #834F4B

Tints of Lotus #834F4B

Color information

#834F4B (or 0x834F4B) is unknown color: approx Lotus. HEX triplet: 83, 4F and 4B. RGB value is (131,79,75). Sum of RGB (Red+Green+Blue) = 131+79+75=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #834F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F4B is #7CB0B4. Grayscale: #5E5E5E. Windows color (decimal): -8171701 or 4935555. OLE color: 4935555.

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

Color convert

RGB1317975-
CMYK00.400.430.49
HSL4.29º27.18%40.39%-
HSV(B)4.29º42.75%51.37%-
XYZ13.4310.938.06-
YUV94.09117.23154.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=45.96%
G=27.72%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131797500.400.430.494.2927.1840.39
Hex834F4B0282B3141b28
Octal203117113050536143350
Binary1000001110011111001011010100010101111000110011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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