#865929

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

Shades of Hot Curry #865929

Tints of Hot Curry #865929

Color information

#865929 (or 0x865929) is unknown color: approx Hot Curry. HEX triplet: 86, 59 and 29. RGB value is (134,89,41). Sum of RGB (Red+Green+Blue) = 134+89+41=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #865929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865929 is #79A6D6. Grayscale: #616161. Windows color (decimal): -7972567 or 2709894. OLE color: 2709894.

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

Color convert

RGB1348941-
CMYK00.340.690.47
HSL30.97º53.14%34.31%-
HSV(B)30.97º69.4%52.55%-
XYZ13.812.373.76-
YUV96.9896.41154.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 41 (16.41% from 255) = 15.53%
R=50.76%
G=33.71%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134894100.340.690.4730.9753.1434.31
Hex865929022452F1f3522
Octal2061315104210557376542
Binary1000011010110011010010100010100010110111111111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865929; }

 p { color: rgb(134,89,41); }

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

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

 a { background-color: rgb(134,89,41); }

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

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

 span { border-color: rgb(134,89,41); }

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