#82612A

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

Shades of Hot Curry #82612A

Tints of Hot Curry #82612A

Color information

#82612A (or 0x82612A) is unknown color: approx Hot Curry. HEX triplet: 82, 61 and 2A. RGB value is (130,97,42). Sum of RGB (Red+Green+Blue) = 130+97+42=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #82612A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82612A is #7D9ED5. Grayscale: #646464. Windows color (decimal): -8232662 or 2777474. OLE color: 2777474.

HSL color Cylindrical-coordinate representation of color #82612A: hue angle of 37.5º 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 #82612A is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1309742-
CMYK00.250.680.49
HSL37.5º51.16%33.73%-
HSV(B)37.5º67.69%50.98%-
XYZ13.913.464.06-
YUV100.694.93148.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=48.33%
G=36.06%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130974200.250.680.4937.551.1633.73
Hex82612A0194431253322
Octal2021415203110461456342
Binary1000001011000011010100110011000100110001100101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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