#85592E

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

Shades of Hot Curry #85592E

Tints of Hot Curry #85592E

Color information

#85592E (or 0x85592E) is unknown color: approx Hot Curry. HEX triplet: 85, 59 and 2E. RGB value is (133,89,46). Sum of RGB (Red+Green+Blue) = 133+89+46=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #85592E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85592E is #7AA6D1. Grayscale: #616161. Windows color (decimal): -8038098 or 3037573. OLE color: 3037573.

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

Color convert

RGB1338946-
CMYK00.330.650.48
HSL29.66º48.6%35.1%-
HSV(B)29.66º65.41%52.16%-
XYZ13.7412.334.24-
YUV97.2599.08153.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=49.63%
G=33.21%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133894600.330.650.4829.6648.635.1
Hex85592E02141301e3123
Octal2051315604110160366143
Binary1000010110110011011100100001100000111000011110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,89,46); }

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

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

 a { background-color: rgb(133,89,46); }

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

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

 span { border-color: rgb(133,89,46); }

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