#856429

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

Shades of Hot Curry #856429

Tints of Hot Curry #856429

Color information

#856429 (or 0x856429) is unknown color: approx Hot Curry. HEX triplet: 85, 64 and 29. RGB value is (133,100,41). Sum of RGB (Red+Green+Blue) = 133+100+41=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #856429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856429 is #7A9BD6. Grayscale: #676767. Windows color (decimal): -8035287 or 2712709. OLE color: 2712709.

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

Color convert

RGB13310041-
CMYK00.250.690.48
HSL38.48º52.87%34.12%-
HSV(B)38.48º69.17%52.16%-
XYZ14.6314.264.08-
YUV103.1492.93149.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 100 (39.45% from 255) = 36.50%
BLUE value IS 41 (16.41% from 255) = 14.96%
R=48.54%
G=36.50%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331004100.250.690.4838.4852.8734.12
Hex8564290194530263522
Octal2051445103110560466542
Binary1000010111001001010010110011000101110000100110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856429; }

 p { color: rgb(133,100,41); }

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

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

 a { background-color: rgb(133,100,41); }

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

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

 span { border-color: rgb(133,100,41); }

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