#82562B

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

Shades of Hot Curry #82562B

Tints of Hot Curry #82562B

Color information

#82562B (or 0x82562B) is unknown color: approx Hot Curry. HEX triplet: 82, 56 and 2B. RGB value is (130,86,43). Sum of RGB (Red+Green+Blue) = 130+86+43=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82562B is #7DA9D4. Grayscale: #5E5E5E. Windows color (decimal): -8235477 or 2840194. OLE color: 2840194.

HSL color Cylindrical-coordinate representation of color #82562B: hue angle of 29.66º 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 #82562B is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1308643-
CMYK00.340.670.49
HSL29.66º50.29%33.92%-
HSV(B)29.66º66.92%50.98%-
XYZ12.9711.583.84-
YUV94.2599.08153.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 43 (17.19% from 255) = 16.60%
R=50.19%
G=33.20%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130864300.340.670.4929.6650.2933.92
Hex82562B02243311e3222
Octal2021265304210361366242
Binary1000001010101101010110100010100001111000111110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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