#82592A

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

Shades of Hot Curry #82592A

Tints of Hot Curry #82592A

Color information

#82592A (or 0x82592A) is unknown color: approx Hot Curry. HEX triplet: 82, 59 and 2A. RGB value is (130,89,42). Sum of RGB (Red+Green+Blue) = 130+89+42=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82592A is #7DA6D5. Grayscale: #606060. Windows color (decimal): -8234710 or 2775426. OLE color: 2775426.

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

Color convert

RGB1308942-
CMYK00.320.680.49
HSL32.05º51.16%33.73%-
HSV(B)32.05º67.69%50.98%-
XYZ13.212.063.82-
YUV95.997.58152.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 89 (35.16% from 255) = 34.10%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=49.81%
G=34.10%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130894200.320.680.4932.0551.1633.73
Hex82592A0204431203322
Octal2021315204010461406342
Binary10000010101100110101001000001000100110001100000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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