#82622F

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

Shades of Hot Curry #82622F

Tints of Hot Curry #82622F

Color information

#82622F (or 0x82622F) is unknown color: approx Hot Curry. HEX triplet: 82, 62 and 2F. RGB value is (130,98,47). Sum of RGB (Red+Green+Blue) = 130+98+47=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82622F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82622F is #7D9DD0. Grayscale: #656565. Windows color (decimal): -8232401 or 3105410. OLE color: 3105410.

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

Color convert

RGB1309847-
CMYK00.250.640.49
HSL36.87º46.89%34.71%-
HSV(B)36.87º63.85%50.98%-
XYZ14.0913.694.59-
YUV101.7597.1148.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 47 (18.75% from 255) = 17.09%
R=47.27%
G=35.64%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130984700.250.640.4936.8746.8934.71
Hex82622F0194031252f23
Octal2021425703110061455743
Binary1000001011000101011110110011000000110001100101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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