#82582D

Color #82582D Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #82582D

Tints of Hot Curry #82582D

Color information

#82582D (or 0x82582D) is unknown color: approx Hot Curry. HEX triplet: 82, 58 and 2D. RGB value is (130,88,45). Sum of RGB (Red+Green+Blue) = 130+88+45=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82582D is #7DA7D2. Grayscale: #5F5F5F. Windows color (decimal): -8234963 or 2971778. OLE color: 2971778.

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

Color convert

RGB1308845-
CMYK00.320.650.49
HSL30.35º48.57%34.31%-
HSV(B)30.35º65.38%50.98%-
XYZ13.1711.914.09-
YUV95.6699.41152.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=49.43%
G=33.46%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130884500.320.650.4930.3548.5734.31
Hex82582D02041311e3122
Octal2021305504010161366142
Binary1000001010110001011010100000100000111000111110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82582D; }

 p { color: rgb(130,88,45); }

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

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

 a { background-color: rgb(130,88,45); }

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

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

 span { border-color: rgb(130,88,45); }

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