#865A16

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

Shades of Hot Curry #865A16

Tints of Hot Curry #865A16

Color information

#865A16 (or 0x865A16) is unknown color: approx Hot Curry. HEX triplet: 86, 5A and 16. RGB value is (134,90,22). Sum of RGB (Red+Green+Blue) = 134+90+22=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #865A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865A16 is #79A5E9. Grayscale: #5F5F5F. Windows color (decimal): -7972330 or 1464966. OLE color: 1464966.

HSL color Cylindrical-coordinate representation of color #865A16: hue angle of 36.43º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #865A16 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1349022-
CMYK00.330.840.47
HSL36.43º71.79%30.59%-
HSV(B)36.43º83.58%52.55%-
XYZ13.6312.442.44-
YUV95.486.58155.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 90 (35.55% from 255) = 36.59%
BLUE value IS 22 (8.98% from 255) = 8.94%
R=54.47%
G=36.59%
B=8.94%

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
Decimal134902200.330.840.4736.4371.7930.59
Hex865A16021542F24481f
Octal20613226041124574411037
Binary1000011010110101011001000011010100101111100100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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