#82582B

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

Shades of Hot Curry #82582B

Tints of Hot Curry #82582B

Color information

#82582B (or 0x82582B) is unknown color: approx Hot Curry. HEX triplet: 82, 58 and 2B. RGB value is (130,88,43). Sum of RGB (Red+Green+Blue) = 130+88+43=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82582B is #7DA7D4. Grayscale: #5F5F5F. Windows color (decimal): -8234965 or 2840706. OLE color: 2840706.

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

Color convert

RGB1308843-
CMYK00.320.670.49
HSL31.03º50.29%33.92%-
HSV(B)31.03º66.92%50.98%-
XYZ13.1311.93.89-
YUV95.4398.41152.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=49.81%
G=33.72%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130884300.320.670.4931.0350.2933.92
Hex82582B02043311f3222
Octal2021305304010361376242
Binary1000001010110001010110100000100001111000111111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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