#865C26

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

Shades of Hot Curry #865C26

Tints of Hot Curry #865C26

Color information

#865C26 (or 0x865C26) is unknown color: approx Hot Curry. HEX triplet: 86, 5C and 26. RGB value is (134,92,38). Sum of RGB (Red+Green+Blue) = 134+92+38=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #865C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C26 is #79A3D9. Grayscale: #626262. Windows color (decimal): -7971802 or 2514054. OLE color: 2514054.

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

Color convert

RGB1349238-
CMYK00.310.720.47
HSL33.75º55.81%33.73%-
HSV(B)33.75º71.64%52.55%-
XYZ14.0112.863.58-
YUV98.493.91153.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 38 (15.23% from 255) = 14.39%
R=50.76%
G=34.85%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134923800.310.720.4733.7555.8133.73
Hex865C2601F482F223822
Octal2061344603711057427042
Binary1000011010111001001100111111001000101111100010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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