#865829

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

Shades of Hot Curry #865829

Tints of Hot Curry #865829

Color information

#865829 (or 0x865829) is unknown color: approx Hot Curry. HEX triplet: 86, 58 and 29. RGB value is (134,88,41). Sum of RGB (Red+Green+Blue) = 134+88+41=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #865829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865829 is #79A7D6. Grayscale: #606060. Windows color (decimal): -7972823 or 2709638. OLE color: 2709638.

HSL color Cylindrical-coordinate representation of color #865829: hue angle of 30.32º 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 #865829 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1348841-
CMYK00.340.690.47
HSL30.32º53.14%34.31%-
HSV(B)30.32º69.4%52.55%-
XYZ13.7212.213.73-
YUV96.496.74154.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 41 (16.41% from 255) = 15.59%
R=50.95%
G=33.46%
B=15.59%

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
Decimal134884100.340.690.4730.3253.1434.31
Hex865829022452F1e3522
Octal2061305104210557366542
Binary1000011010110001010010100010100010110111111110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865829; }

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

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

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

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

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

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

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

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