#82592F

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

Shades of Hot Curry #82592F

Tints of Hot Curry #82592F

Color information

#82592F (or 0x82592F) is unknown color: approx Hot Curry. HEX triplet: 82, 59 and 2F. RGB value is (130,89,47). Sum of RGB (Red+Green+Blue) = 130+89+47=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #82592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82592F is #7DA6D0. Grayscale: #606060. Windows color (decimal): -8234705 or 3103106. OLE color: 3103106.

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

Color convert

RGB1308947-
CMYK00.320.640.49
HSL30.36º46.89%34.71%-
HSV(B)30.36º63.85%50.98%-
XYZ13.2912.14.32-
YUV96.47100.08151.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 47 (18.75% from 255) = 17.67%
R=48.87%
G=33.46%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130894700.320.640.4930.3646.8934.71
Hex82592F02040311e2f23
Octal2021315704010061365743
Binary1000001010110011011110100000100000011000111110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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