#85562B

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

Shades of Hot Curry #85562B

Tints of Hot Curry #85562B

Color information

#85562B (or 0x85562B) is unknown color: approx Hot Curry. HEX triplet: 85, 56 and 2B. RGB value is (133,86,43). Sum of RGB (Red+Green+Blue) = 133+86+43=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85562B is #7AA9D4. Grayscale: #5F5F5F. Windows color (decimal): -8038869 or 2840197. OLE color: 2840197.

HSL color Cylindrical-coordinate representation of color #85562B: hue angle of 28.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 #85562B is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1338643-
CMYK00.350.680.48
HSL28.67º51.14%34.51%-
HSV(B)28.67º67.67%52.16%-
XYZ13.4411.823.86-
YUV95.1598.57155-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.76%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=50.76%
G=32.82%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133864300.350.680.4828.6751.1434.51
Hex85562B02344301d3323
Octal2051265304310460356343
Binary1000010110101101010110100011100010011000011101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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