#824645

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

Shades of Lotus #824645

Tints of Lotus #824645

Color information

#824645 (or 0x824645) is unknown color: approx Lotus. HEX triplet: 82, 46 and 45. RGB value is (130,70,69). Sum of RGB (Red+Green+Blue) = 130+70+69=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #824645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824645 is #7DB9BA. Grayscale: #575757. Windows color (decimal): -8239547 or 4540034. OLE color: 4540034.

HSL color Cylindrical-coordinate representation of color #824645: hue angle of 0.98º degrees, saturation: 0.31, 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 #824645 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1307069-
CMYK00.460.470.49
HSL0.98º30.65%39.02%-
HSV(B)0.98º46.92%50.98%-
XYZ12.479.566.82-
YUV87.83117.38158.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=48.33%
G=26.02%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130706900.460.470.490.9830.6539.02
Hex82464502E2F3111f27
Octal202106105056576113747
Binary10000010100011010001010101110101111110001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824645; }

 p { color: rgb(130,70,69); }

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

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

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

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

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

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

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