#83652D

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

Shades of Hot Curry #83652D

Tints of Hot Curry #83652D

Color information

#83652D (or 0x83652D) is unknown color: approx Hot Curry. HEX triplet: 83, 65 and 2D. RGB value is (131,101,45). Sum of RGB (Red+Green+Blue) = 131+101+45=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #83652D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83652D is #7C9AD2. Grayscale: #676767. Windows color (decimal): -8166099 or 2975107. OLE color: 2975107.

HSL color Cylindrical-coordinate representation of color #83652D: hue angle of 39.07º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83652D is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB13110145-
CMYK00.230.660.49
HSL39.07º48.86%34.51%-
HSV(B)39.07º65.65%51.37%-
XYZ14.4914.324.48-
YUV103.5994.94147.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=47.29%
G=36.46%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311014500.230.660.4939.0748.8634.51
Hex83652D0174231273123
Octal2031455502710261476143
Binary1000001111001011011010101111000010110001100111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83652D; }

 p { color: rgb(131,101,45); }

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

<style>
 a { background-color: #83652D; }

 a { background-color: rgb(131,101,45); }

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

<style>
 span { border-color: #83652D; }

 span { border-color: rgb(131,101,45); }

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