#85561C

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

Shades of Hot Curry #85561C

Tints of Hot Curry #85561C

Color information

#85561C (or 0x85561C) is unknown color: approx Hot Curry. HEX triplet: 85, 56 and 1C. RGB value is (133,86,28). Sum of RGB (Red+Green+Blue) = 133+86+28=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85561C is #7AA9E3. Grayscale: #5D5D5D. Windows color (decimal): -8038884 or 1857157. OLE color: 1857157.

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

Color convert

RGB1338628-
CMYK00.350.790.48
HSL33.14º65.22%31.57%-
HSV(B)33.14º78.95%52.16%-
XYZ13.2111.732.67-
YUV93.4491.07156.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 28 (11.33% from 255) = 11.34%
R=53.85%
G=34.82%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133862800.350.790.4833.1465.2231.57
Hex85561C0234F30214120
Octal20512634043117604110140
Binary10000101101011011100010001110011111100001000011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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