#83612C

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

Shades of Hot Curry #83612C

Tints of Hot Curry #83612C

Color information

#83612C (or 0x83612C) is unknown color: approx Hot Curry. HEX triplet: 83, 61 and 2C. RGB value is (131,97,44). Sum of RGB (Red+Green+Blue) = 131+97+44=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #83612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83612C is #7C9ED3. Grayscale: #656565. Windows color (decimal): -8167124 or 2908547. OLE color: 2908547.

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

Color convert

RGB1319744-
CMYK00.260.660.49
HSL36.55º49.71%34.31%-
HSV(B)36.55º66.41%51.37%-
XYZ14.0913.564.26-
YUV101.1295.76149.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.16%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 44 (17.58% from 255) = 16.18%
R=48.16%
G=35.66%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131974400.260.660.4936.5549.7134.31
Hex83612C01A4231253222
Octal2031415403210261456242
Binary1000001111000011011000110101000010110001100101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83612C; }

 p { color: rgb(131,97,44); }

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

<style>
 a { background-color: #83612C; }

 a { background-color: rgb(131,97,44); }

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

<style>
 span { border-color: #83612C; }

 span { border-color: rgb(131,97,44); }

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