#82622B

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

Shades of Hot Curry #82622B

Tints of Hot Curry #82622B

Color information

#82622B (or 0x82622B) is unknown color: approx Hot Curry. HEX triplet: 82, 62 and 2B. RGB value is (130,98,43). Sum of RGB (Red+Green+Blue) = 130+98+43=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82622B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82622B is #7D9DD4. Grayscale: #656565. Windows color (decimal): -8232405 or 2843266. OLE color: 2843266.

HSL color Cylindrical-coordinate representation of color #82622B: hue angle of 37.93º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82622B is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1309843-
CMYK00.250.670.49
HSL37.93º50.29%33.92%-
HSV(B)37.93º66.92%50.98%-
XYZ14.0113.664.18-
YUV101.395.1148.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 43 (17.19% from 255) = 15.87%
R=47.97%
G=36.16%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130984300.250.670.4937.9350.2933.92
Hex82622B0194331263222
Octal2021425303110361466242
Binary1000001011000101010110110011000011110001100110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82622B; }

 p { color: rgb(130,98,43); }

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

<style>
 a { background-color: #82622B; }

 a { background-color: rgb(130,98,43); }

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

<style>
 span { border-color: #82622B; }

 span { border-color: rgb(130,98,43); }

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