#865A15

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

Shades of Hot Curry #865A15

Tints of Hot Curry #865A15

Color information

#865A15 (or 0x865A15) is unknown color: approx Hot Curry. HEX triplet: 86, 5A and 15. RGB value is (134,90,21). Sum of RGB (Red+Green+Blue) = 134+90+21=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #865A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865A15 is #79A5EA. Grayscale: #5F5F5F. Windows color (decimal): -7972331 or 1399430. OLE color: 1399430.

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

Color convert

RGB1349021-
CMYK00.330.840.47
HSL36.64º72.9%30.39%-
HSV(B)36.64º84.33%52.55%-
XYZ13.6212.432.39-
YUV95.2986.08155.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 21 (8.59% from 255) = 8.57%
R=54.69%
G=36.73%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134902100.330.840.4736.6472.930.39
Hex865A15021542F25491e
Octal20613225041124574511136
Binary1000011010110101010101000011010100101111100101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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