#82602C

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

Shades of Hot Curry #82602C

Tints of Hot Curry #82602C

Color information

#82602C (or 0x82602C) is unknown color: approx Hot Curry. HEX triplet: 82, 60 and 2C. RGB value is (130,96,44). Sum of RGB (Red+Green+Blue) = 130+96+44=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82602C is #7D9FD3. Grayscale: #646464. Windows color (decimal): -8232916 or 2908290. OLE color: 2908290.

HSL color Cylindrical-coordinate representation of color #82602C: hue angle of 36.28º 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 #82602C is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1309644-
CMYK00.260.660.49
HSL36.28º49.43%34.12%-
HSV(B)36.28º66.15%50.98%-
XYZ13.8413.294.22-
YUV100.2496.26149.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 44 (17.58% from 255) = 16.30%
R=48.15%
G=35.56%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130964400.260.660.4936.2849.4334.12
Hex82602C01A4231243122
Octal2021405403210261446142
Binary1000001011000001011000110101000010110001100100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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