#865D15

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

Shades of Hot Curry #865D15

Tints of Hot Curry #865D15

Color information

#865D15 (or 0x865D15) is unknown color: approx Hot Curry. HEX triplet: 86, 5D and 15. RGB value is (134,93,21). Sum of RGB (Red+Green+Blue) = 134+93+21=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #865D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865D15 is #79A2EA. Grayscale: #616161. Windows color (decimal): -7971563 or 1400198. OLE color: 1400198.

HSL color Cylindrical-coordinate representation of color #865D15: hue angle of 38.23º 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 #865D15 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1349321-
CMYK00.310.840.47
HSL38.23º72.9%30.39%-
HSV(B)38.23º84.33%52.55%-
XYZ13.8812.952.48-
YUV97.0585.08154.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.03%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=54.03%
G=37.5%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134932100.310.840.4738.2372.930.39
Hex865D1501F542F26491e
Octal20613525037124574611136
Binary100001101011101101010111111010100101111100110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865D15; }

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

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

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

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

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

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

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

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