#83531D

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

Shades of Hot Curry #83531D

Tints of Hot Curry #83531D

Color information

#83531D (or 0x83531D) is unknown color: approx Hot Curry. HEX triplet: 83, 53 and 1D. RGB value is (131,83,29). Sum of RGB (Red+Green+Blue) = 131+83+29=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83531D is #7CACE2. Grayscale: #5B5B5B. Windows color (decimal): -8170723 or 1921923. OLE color: 1921923.

HSL color Cylindrical-coordinate representation of color #83531D: hue angle of 31.76º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83531D is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1318329-
CMYK00.370.780.49
HSL31.76º63.75%31.37%-
HSV(B)31.76º77.86%51.37%-
XYZ12.6811.12.64-
YUV91.292.9156.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.91%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 29 (11.72% from 255) = 11.93%
R=53.91%
G=34.16%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131832900.370.780.4931.7663.7531.37
Hex83531D0254E3120401f
Octal20312335045116614010037
Binary1000001110100111110101001011001110110001100000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,83,29); }

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

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

 a { background-color: rgb(131,83,29); }

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

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

 span { border-color: rgb(131,83,29); }

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