#82602E

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

Shades of Hot Curry #82602E

Tints of Hot Curry #82602E

Color information

#82602E (or 0x82602E) is unknown color: approx Hot Curry. HEX triplet: 82, 60 and 2E. RGB value is (130,96,46). Sum of RGB (Red+Green+Blue) = 130+96+46=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82602E is #7D9FD1. Grayscale: #646464. Windows color (decimal): -8232914 or 3039362. OLE color: 3039362.

HSL color Cylindrical-coordinate representation of color #82602E: hue angle of 35.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82602E is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1309646-
CMYK00.260.650.49
HSL35.71º47.73%34.51%-
HSV(B)35.71º64.62%50.98%-
XYZ13.8813.314.42-
YUV100.4797.26149.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=47.79%
G=35.29%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130964600.260.650.4935.7147.7334.51
Hex82602E01A4131243023
Octal2021405603210161446043
Binary1000001011000001011100110101000001110001100100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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