#835715

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

Shades of Hot Curry #835715

Tints of Hot Curry #835715

Color information

#835715 (or 0x835715) is unknown color: approx Hot Curry. HEX triplet: 83, 57 and 15. RGB value is (131,87,21). Sum of RGB (Red+Green+Blue) = 131+87+21=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #835715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835715 is #7CA8EA. Grayscale: #5C5C5C. Windows color (decimal): -8169707 or 1398659. OLE color: 1398659.

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

Color convert

RGB1318721-
CMYK00.340.840.49
HSL36º72.37%29.8%-
HSV(B)36º83.97%51.37%-
XYZ12.911.72.29-
YUV92.6387.58155.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.81%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 21 (8.59% from 255) = 8.79%
R=54.81%
G=36.40%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131872100.340.840.493672.3729.8
Hex835715022543124481e
Octal20312725042124614411036
Binary1000001110101111010101000101010100110001100100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835715; }

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

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

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

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

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

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

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

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