#85541E

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

Shades of Hot Curry #85541E

Tints of Hot Curry #85541E

Color information

#85541E (or 0x85541E) is unknown color: approx Hot Curry. HEX triplet: 85, 54 and 1E. RGB value is (133,84,30). Sum of RGB (Red+Green+Blue) = 133+84+30=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85541E is #7AABE1. Grayscale: #5C5C5C. Windows color (decimal): -8039394 or 1987717. OLE color: 1987717.

HSL color Cylindrical-coordinate representation of color #85541E: hue angle of 31.46º 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 #85541E is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1338430-
CMYK00.370.770.48
HSL31.46º63.19%31.96%-
HSV(B)31.46º77.44%52.16%-
XYZ13.0811.422.74-
YUV92.4992.73156.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=53.85%
G=34.01%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133843000.370.770.4831.4663.1931.96
Hex85541E0254D301f3f20
Octal2051243604511560377740
Binary100001011010100111100100101100110111000011111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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