#865A1E

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

Shades of Hot Curry #865A1E

Tints of Hot Curry #865A1E

Color information

#865A1E (or 0x865A1E) is unknown color: approx Hot Curry. HEX triplet: 86, 5A and 1E. RGB value is (134,90,30). Sum of RGB (Red+Green+Blue) = 134+90+30=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #865A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A1E is #79A5E1. Grayscale: #606060. Windows color (decimal): -7972322 or 1989254. OLE color: 1989254.

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

Color convert

RGB1349030-
CMYK00.330.780.47
HSL34.62º63.41%32.16%-
HSV(B)34.62º77.61%52.55%-
XYZ13.7212.472.91-
YUV96.3290.58154.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 30 (12.11% from 255) = 11.81%
R=52.76%
G=35.43%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134903000.330.780.4734.6263.4132.16
Hex865A1E0214E2F233f20
Octal2061323604111657437740
Binary1000011010110101111001000011001110101111100011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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