#865A19

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

Shades of Hot Curry #865A19

Tints of Hot Curry #865A19

Color information

#865A19 (or 0x865A19) is unknown color: approx Hot Curry. HEX triplet: 86, 5A and 19. RGB value is (134,90,25). Sum of RGB (Red+Green+Blue) = 134+90+25=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #865A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865A19 is #79A5E6. Grayscale: #606060. Windows color (decimal): -7972327 or 1661574. OLE color: 1661574.

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

Color convert

RGB1349025-
CMYK00.330.810.47
HSL35.78º68.55%31.18%-
HSV(B)35.78º81.34%52.55%-
XYZ13.6612.452.6-
YUV95.7588.08155.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 25 (10.16% from 255) = 10.04%
R=53.82%
G=36.14%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134902500.330.810.4735.7868.5531.18
Hex865A19021512F24451f
Octal20613231041121574410537
Binary1000011010110101100101000011010001101111100100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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