#82591B

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

Shades of Hot Curry #82591B

Tints of Hot Curry #82591B

Color information

#82591B (or 0x82591B) is unknown color: approx Hot Curry. HEX triplet: 82, 59 and 1B. RGB value is (130,89,27). Sum of RGB (Red+Green+Blue) = 130+89+27=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82591B is #7DA6E4. Grayscale: #5E5E5E. Windows color (decimal): -8234725 or 1792386. OLE color: 1792386.

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

Color convert

RGB1308927-
CMYK00.320.790.49
HSL36.12º65.61%30.78%-
HSV(B)36.12º79.23%50.98%-
XYZ12.9811.972.66-
YUV94.1990.08153.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 27 (10.94% from 255) = 10.98%
R=52.85%
G=36.18%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130892700.320.790.4936.1265.6130.78
Hex82591B0204F3124421f
Octal20213133040117614410237
Binary1000001010110011101101000001001111110001100100100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82591B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,89,27); }

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

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

 a { background-color: rgb(130,89,27); }

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

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

 span { border-color: rgb(130,89,27); }

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