#856428

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

Shades of Hot Curry #856428

Tints of Hot Curry #856428

Color information

#856428 (or 0x856428) is unknown color: approx Hot Curry. HEX triplet: 85, 64 and 28. RGB value is (133,100,40). Sum of RGB (Red+Green+Blue) = 133+100+40=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #856428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856428 is #7A9BD7. Grayscale: #676767. Windows color (decimal): -8035288 or 2647173. OLE color: 2647173.

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

Color convert

RGB13310040-
CMYK00.250.700.48
HSL38.71º53.76%33.92%-
HSV(B)38.71º69.92%52.16%-
XYZ14.6114.253.99-
YUV103.0392.43149.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=48.72%
G=36.63%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331004000.250.700.4838.7153.7633.92
Hex8564280194630273622
Octal2051445003110660476642
Binary1000010111001001010000110011000110110000100111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856428; }

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

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

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

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

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

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

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

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