#83662F

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

Shades of Hot Curry #83662F

Tints of Hot Curry #83662F

Color information

#83662F (or 0x83662F) is unknown color: approx Hot Curry. HEX triplet: 83, 66 and 2F. RGB value is (131,102,47). Sum of RGB (Red+Green+Blue) = 131+102+47=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #83662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83662F is #7C99D0. Grayscale: #686868. Windows color (decimal): -8165841 or 3106435. OLE color: 3106435.

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

Color convert

RGB13110247-
CMYK00.220.640.49
HSL39.29º47.19%34.9%-
HSV(B)39.29º64.12%51.37%-
XYZ14.6214.534.72-
YUV104.495.61146.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=46.79%
G=36.43%
B=16.79%

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
Decimal1311024700.220.640.4939.2947.1934.9
Hex83662F0164031272f23
Octal2031465702610061475743
Binary1000001111001101011110101101000000110001100111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,102,47); }

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

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

 a { background-color: rgb(131,102,47); }

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

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

 span { border-color: rgb(131,102,47); }

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