#85571B

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

Shades of Hot Curry #85571B

Tints of Hot Curry #85571B

Color information

#85571B (or 0x85571B) is unknown color: approx Hot Curry. HEX triplet: 85, 57 and 1B. RGB value is (133,87,27). Sum of RGB (Red+Green+Blue) = 133+87+27=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85571B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85571B is #7AA8E4. Grayscale: #5E5E5E. Windows color (decimal): -8038629 or 1791877. OLE color: 1791877.

HSL color Cylindrical-coordinate representation of color #85571B: hue angle of 33.96º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85571B is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1338727-
CMYK00.350.800.48
HSL33.96º66.25%31.37%-
HSV(B)33.96º79.7%52.16%-
XYZ13.2811.882.63-
YUV93.9190.24155.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=53.85%
G=35.22%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133872700.350.800.4833.9666.2531.37
Hex85571B023503022421f
Octal20512733043120604210237
Binary1000010110101111101101000111010000110000100010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,87,27); }

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

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

 a { background-color: rgb(133,87,27); }

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

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

 span { border-color: rgb(133,87,27); }

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