#85592B

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

Shades of Hot Curry #85592B

Tints of Hot Curry #85592B

Color information

#85592B (or 0x85592B) is unknown color: approx Hot Curry. HEX triplet: 85, 59 and 2B. RGB value is (133,89,43). Sum of RGB (Red+Green+Blue) = 133+89+43=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85592B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85592B is #7AA6D4. Grayscale: #616161. Windows color (decimal): -8038101 or 2840965. OLE color: 2840965.

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

Color convert

RGB1338943-
CMYK00.330.680.48
HSL30.67º51.14%34.51%-
HSV(B)30.67º67.67%52.16%-
XYZ13.6812.313.94-
YUV96.9197.58153.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 43 (17.19% from 255) = 16.23%
R=50.19%
G=33.58%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133894300.330.680.4830.6751.1434.51
Hex85592B02144301f3323
Octal2051315304110460376343
Binary1000010110110011010110100001100010011000011111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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