#865B24

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

Shades of Hot Curry #865B24

Tints of Hot Curry #865B24

Color information

#865B24 (or 0x865B24) is unknown color: approx Hot Curry. HEX triplet: 86, 5B and 24. RGB value is (134,91,36). Sum of RGB (Red+Green+Blue) = 134+91+36=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #865B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B24 is #79A4DB. Grayscale: #616161. Windows color (decimal): -7972060 or 2382726. OLE color: 2382726.

HSL color Cylindrical-coordinate representation of color #865B24: hue angle of 33.67º 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 #865B24 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1349136-
CMYK00.320.730.47
HSL33.67º57.65%33.33%-
HSV(B)33.67º73.13%52.55%-
XYZ13.8912.683.38-
YUV97.5993.25153.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 36 (14.45% from 255) = 13.79%
R=51.34%
G=34.87%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134913600.320.730.4733.6757.6533.33
Hex865B24020492F223a21
Octal2061334404011157427241
Binary10000110101101110010001000001001001101111100010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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