#835716

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

Shades of Hot Curry #835716

Tints of Hot Curry #835716

Color information

#835716 (or 0x835716) is unknown color: approx Hot Curry. HEX triplet: 83, 57 and 16. RGB value is (131,87,22). Sum of RGB (Red+Green+Blue) = 131+87+22=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #835716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835716 is #7CA8E9. Grayscale: #5D5D5D. Windows color (decimal): -8169706 or 1464195. OLE color: 1464195.

HSL color Cylindrical-coordinate representation of color #835716: hue angle of 35.78º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #835716 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1318722-
CMYK00.340.830.49
HSL35.78º71.24%30%-
HSV(B)35.78º83.21%51.37%-
XYZ12.9111.72.34-
YUV92.7588.08155.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.58%
GREEN value IS 87 (34.38% from 255) = 36.25%
BLUE value IS 22 (8.98% from 255) = 9.17%
R=54.58%
G=36.25%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131872200.340.830.4935.7871.2430
Hex835716022533124471e
Octal20312726042123614410736
Binary1000001110101111011001000101010011110001100100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835716; }

 p { color: rgb(131,87,22); }

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

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

 a { background-color: rgb(131,87,22); }

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

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

 span { border-color: rgb(131,87,22); }

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