#865815

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

Shades of Hot Curry #865815

Tints of Hot Curry #865815

Color information

#865815 (or 0x865815) is unknown color: approx Hot Curry. HEX triplet: 86, 58 and 15. RGB value is (134,88,21). Sum of RGB (Red+Green+Blue) = 134+88+21=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #865815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865815 is #79A7EA. Grayscale: #5E5E5E. Windows color (decimal): -7972843 or 1398918. OLE color: 1398918.

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

Color convert

RGB1348821-
CMYK00.340.840.47
HSL35.58º72.9%30.39%-
HSV(B)35.58º84.33%52.55%-
XYZ13.4612.12.34-
YUV94.1286.74156.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=55.14%
G=36.21%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134882100.340.840.4735.5872.930.39
Hex865815022542F24491e
Octal20613025042124574411136
Binary1000011010110001010101000101010100101111100100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865815; }

 p { color: rgb(134,88,21); }

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

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

 a { background-color: rgb(134,88,21); }

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

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

 span { border-color: rgb(134,88,21); }

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