#85561E

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

Shades of Hot Curry #85561E

Tints of Hot Curry #85561E

Color information

#85561E (or 0x85561E) is unknown color: approx Hot Curry. HEX triplet: 85, 56 and 1E. RGB value is (133,86,30). Sum of RGB (Red+Green+Blue) = 133+86+30=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85561E is #7AA9E1. Grayscale: #5D5D5D. Windows color (decimal): -8038882 or 1988229. OLE color: 1988229.

HSL color Cylindrical-coordinate representation of color #85561E: hue angle of 32.62º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85561E is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1338630-
CMYK00.350.770.48
HSL32.62º63.19%31.96%-
HSV(B)32.62º77.44%52.16%-
XYZ13.2311.742.8-
YUV93.6792.07156.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 30 (12.11% from 255) = 12.05%
R=53.41%
G=34.54%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133863000.350.770.4832.6263.1931.96
Hex85561E0234D30213f20
Octal2051263604311560417740
Binary1000010110101101111001000111001101110000100001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85561E; }

 p { color: rgb(133,86,30); }

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

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

 a { background-color: rgb(133,86,30); }

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

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

 span { border-color: rgb(133,86,30); }

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