#865C24

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

Shades of Hot Curry #865C24

Tints of Hot Curry #865C24

Color information

#865C24 (or 0x865C24) is unknown color: approx Hot Curry. HEX triplet: 86, 5C and 24. RGB value is (134,92,36). Sum of RGB (Red+Green+Blue) = 134+92+36=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #865C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C24 is #79A3DB. Grayscale: #626262. Windows color (decimal): -7971804 or 2382982. OLE color: 2382982.

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

Color convert

RGB1349236-
CMYK00.310.730.47
HSL34.29º57.65%33.33%-
HSV(B)34.29º73.13%52.55%-
XYZ13.9812.853.41-
YUV98.1792.91153.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.15%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 36 (14.45% from 255) = 13.74%
R=51.15%
G=35.11%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134923600.310.730.4734.2957.6533.33
Hex865C2401F492F223a21
Octal2061344403711157427241
Binary1000011010111001001000111111001001101111100010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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