#865426

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

Shades of Hot Curry #865426

Tints of Hot Curry #865426

Color information

#865426 (or 0x865426) is unknown color: approx Hot Curry. HEX triplet: 86, 54 and 26. RGB value is (134,84,38). Sum of RGB (Red+Green+Blue) = 134+84+38=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #865426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865426 is #79ABD9. Grayscale: #5D5D5D. Windows color (decimal): -7973850 or 2512006. OLE color: 2512006.

HSL color Cylindrical-coordinate representation of color #865426: hue angle of 28.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 #865426 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1348438-
CMYK00.370.720.47
HSL28.75º55.81%33.73%-
HSV(B)28.75º71.64%52.55%-
XYZ13.3511.553.36-
YUV93.7196.56156.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=52.34%
G=32.81%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134843800.370.720.4728.7555.8133.73
Hex865426025482F1d3822
Octal2061244604511057357042
Binary1000011010101001001100100101100100010111111101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865426; }

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

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

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

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

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

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

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

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