#824F4B

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

Shades of Lotus #824F4B

Tints of Lotus #824F4B

Color information

#824F4B (or 0x824F4B) is unknown color: approx Lotus. HEX triplet: 82, 4F and 4B. RGB value is (130,79,75). Sum of RGB (Red+Green+Blue) = 130+79+75=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #824F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F4B is #7DB0B4. Grayscale: #5D5D5D. Windows color (decimal): -8237237 or 4935554. OLE color: 4935554.

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

Color convert

RGB1307975-
CMYK00.390.420.49
HSL4.36º26.83%40.2%-
HSV(B)4.36º42.31%50.98%-
XYZ13.2710.858.05-
YUV93.79117.4153.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 79 (31.25% from 255) = 27.82%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=45.77%
G=27.82%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130797500.390.420.494.3626.8340.2
Hex824F4B0272A3141b28
Octal202117113047526143350
Binary1000001010011111001011010011110101011000110011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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