#856029

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

Shades of Hot Curry #856029

Tints of Hot Curry #856029

Color information

#856029 (or 0x856029) is unknown color: approx Hot Curry. HEX triplet: 85, 60 and 29. RGB value is (133,96,41). Sum of RGB (Red+Green+Blue) = 133+96+41=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #856029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856029 is #7A9FD6. Grayscale: #656565. Windows color (decimal): -8036311 or 2711685. OLE color: 2711685.

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

Color convert

RGB1339641-
CMYK00.280.690.48
HSL35.87º52.87%34.12%-
HSV(B)35.87º69.17%52.16%-
XYZ14.2613.513.95-
YUV100.7994.26150.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 41 (16.41% from 255) = 15.19%
R=49.26%
G=35.56%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133964100.280.690.4835.8752.8734.12
Hex85602901C4530243522
Octal2051405103410560446542
Binary1000010111000001010010111001000101110000100100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856029; }

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

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

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

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

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

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

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

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