#865C17

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

Shades of Hot Curry #865C17

Tints of Hot Curry #865C17

Color information

#865C17 (or 0x865C17) is unknown color: approx Hot Curry. HEX triplet: 86, 5C and 17. RGB value is (134,92,23). Sum of RGB (Red+Green+Blue) = 134+92+23=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #865C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865C17 is #79A3E8. Grayscale: #616161. Windows color (decimal): -7971817 or 1531014. OLE color: 1531014.

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

Color convert

RGB1349223-
CMYK00.310.830.47
HSL37.3º70.7%30.78%-
HSV(B)37.3º82.84%52.55%-
XYZ13.8112.782.55-
YUV96.6986.41154.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 23 (9.38% from 255) = 9.24%
R=53.82%
G=36.95%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134922300.310.830.4737.370.730.78
Hex865C1701F532F25471f
Octal20613427037123574510737
Binary100001101011100101110111111010011101111100101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,92,23); }

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

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

 a { background-color: rgb(134,92,23); }

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

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

 span { border-color: rgb(134,92,23); }

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