#82592D

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

Shades of Hot Curry #82592D

Tints of Hot Curry #82592D

Color information

#82592D (or 0x82592D) is unknown color: approx Hot Curry. HEX triplet: 82, 59 and 2D. RGB value is (130,89,45). Sum of RGB (Red+Green+Blue) = 130+89+45=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #82592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82592D is #7DA6D2. Grayscale: #606060. Windows color (decimal): -8234707 or 2972034. OLE color: 2972034.

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

Color convert

RGB1308945-
CMYK00.320.650.49
HSL31.06º48.57%34.31%-
HSV(B)31.06º65.38%50.98%-
XYZ13.2512.084.12-
YUV96.2499.08152.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=49.24%
G=33.71%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130894500.320.650.4931.0648.5734.31
Hex82592D02041311f3122
Octal2021315504010161376142
Binary1000001010110011011010100000100000111000111111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82592D; }

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

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

<style>
 a { background-color: #82592D; }

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

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

<style>
 span { border-color: #82592D; }

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

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