#82562C

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

Shades of Hot Curry #82562C

Tints of Hot Curry #82562C

Color information

#82562C (or 0x82562C) is unknown color: approx Hot Curry. HEX triplet: 82, 56 and 2C. RGB value is (130,86,44). Sum of RGB (Red+Green+Blue) = 130+86+44=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82562C is #7DA9D3. Grayscale: #5E5E5E. Windows color (decimal): -8235476 or 2905730. OLE color: 2905730.

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

Color convert

RGB1308644-
CMYK00.340.660.49
HSL29.3º49.43%34.12%-
HSV(B)29.3º66.15%50.98%-
XYZ12.9911.583.93-
YUV94.3799.58153.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 44 (17.58% from 255) = 16.92%
R=50%
G=33.08%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130864400.340.660.4929.349.4334.12
Hex82562C02242311d3122
Octal2021265404210261356142
Binary1000001010101101011000100010100001011000111101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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