#82652F

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

Shades of Hot Curry #82652F

Tints of Hot Curry #82652F

Color information

#82652F (or 0x82652F) is unknown color: approx Hot Curry. HEX triplet: 82, 65 and 2F. RGB value is (130,101,47). Sum of RGB (Red+Green+Blue) = 130+101+47=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #82652F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82652F is #7D9AD0. Grayscale: #676767. Windows color (decimal): -8231633 or 3106178. OLE color: 3106178.

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

Color convert

RGB13010147-
CMYK00.220.640.49
HSL39.04º46.89%34.71%-
HSV(B)39.04º63.85%50.98%-
XYZ14.3714.264.68-
YUV103.5296.11146.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 47 (18.75% from 255) = 16.91%
R=46.76%
G=36.33%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301014700.220.640.4939.0446.8934.71
Hex82652F0164031272f23
Octal2021455702610061475743
Binary1000001011001011011110101101000000110001100111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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