#865914

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

Shades of Hot Curry #865914

Tints of Hot Curry #865914

Color information

#865914 (or 0x865914) is unknown color: approx Hot Curry. HEX triplet: 86, 59 and 14. RGB value is (134,89,20). Sum of RGB (Red+Green+Blue) = 134+89+20=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #865914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865914 is #79A6EB. Grayscale: #5E5E5E. Windows color (decimal): -7972588 or 1333638. OLE color: 1333638.

HSL color Cylindrical-coordinate representation of color #865914: hue angle of 36.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #865914 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1348920-
CMYK00.340.850.47
HSL36.32º74.03%30.2%-
HSV(B)36.32º85.07%52.55%-
XYZ13.5312.262.32-
YUV94.5985.91156.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 20 (8.20% from 255) = 8.23%
R=55.14%
G=36.63%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134892000.340.850.4736.3274.0330.2
Hex865914022552F244a1e
Octal20613124042125574411236
Binary1000011010110011010001000101010101101111100100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865914; }

 p { color: rgb(134,89,20); }

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

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

 a { background-color: rgb(134,89,20); }

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

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

 span { border-color: rgb(134,89,20); }

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