#836031

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

Shades of Hot Curry #836031

Tints of Hot Curry #836031

Color information

#836031 (or 0x836031) is unknown color: approx Hot Curry. HEX triplet: 83, 60 and 31. RGB value is (131,96,49). Sum of RGB (Red+Green+Blue) = 131+96+49=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #836031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836031 is #7C9FCE. Grayscale: #656565. Windows color (decimal): -8167375 or 3235971. OLE color: 3235971.

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

Color convert

RGB1319649-
CMYK00.270.630.49
HSL34.39º45.56%35.29%-
HSV(B)34.39º62.6%51.37%-
XYZ14.113.414.75-
YUV101.1198.6149.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.46%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=47.46%
G=34.78%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131964900.270.630.4934.3945.5635.29
Hex83603101B3F31222e23
Octal203140610337761425643
Binary100000111100000110001011011111111110001100010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836031; }

 p { color: rgb(131,96,49); }

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

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

 a { background-color: rgb(131,96,49); }

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

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

 span { border-color: rgb(131,96,49); }

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