#82612E

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

Shades of Hot Curry #82612E

Tints of Hot Curry #82612E

Color information

#82612E (or 0x82612E) is unknown color: approx Hot Curry. HEX triplet: 82, 61 and 2E. RGB value is (130,97,46). Sum of RGB (Red+Green+Blue) = 130+97+46=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82612E is #7D9ED1. Grayscale: #656565. Windows color (decimal): -8232658 or 3039618. OLE color: 3039618.

HSL color Cylindrical-coordinate representation of color #82612E: hue angle of 36.43º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82612E is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1309746-
CMYK00.250.650.49
HSL36.43º47.73%34.51%-
HSV(B)36.43º64.62%50.98%-
XYZ13.9713.494.45-
YUV101.0596.93148.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=47.62%
G=35.53%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130974600.250.650.4936.4347.7334.51
Hex82612E0194131243023
Octal2021415603110161446043
Binary1000001011000011011100110011000001110001100100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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