#865625

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

Shades of Hot Curry #865625

Tints of Hot Curry #865625

Color information

#865625 (or 0x865625) is unknown color: approx Hot Curry. HEX triplet: 86, 56 and 25. RGB value is (134,86,37). Sum of RGB (Red+Green+Blue) = 134+86+37=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #865625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865625 is #79A9DA. Grayscale: #5F5F5F. Windows color (decimal): -7973339 or 2446982. OLE color: 2446982.

HSL color Cylindrical-coordinate representation of color #865625: hue angle of 30.31º degrees, saturation: 0.57, 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 #865625 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1348637-
CMYK00.360.720.47
HSL30.31º56.73%33.53%-
HSV(B)30.31º72.39%52.55%-
XYZ13.4911.863.33-
YUV94.7795.4155.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 37 (14.84% from 255) = 14.40%
R=52.14%
G=33.46%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134863700.360.720.4730.3156.7333.53
Hex865625024482F1e3922
Octal2061264504411057367142
Binary1000011010101101001010100100100100010111111110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865625; }

 p { color: rgb(134,86,37); }

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

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

 a { background-color: rgb(134,86,37); }

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

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

 span { border-color: rgb(134,86,37); }

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