#85521f

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

Shades of Hot Curry #85521F

Tints of Hot Curry #85521F

Color information

#85521F (or 0x85521F) is unknown color: approx Hot Curry. HEX triplet: 85, 52 and 1F. RGB value is (133,82,31). Sum of RGB (Red+Green+Blue) = 133+82+31=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85521F is #7AADE0. Grayscale: #5B5B5B. Windows color (decimal): -8039905 or 2052741. OLE color: 2052741.

HSL color Cylindrical-coordinate representation of color #85521F: hue angle of 30º degrees, saturation: 0.62, 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 #85521F is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1338231-
CMYK00.380.770.48
HSL30º62.2%32.16%-
HSV(B)30º76.69%52.16%-
XYZ12.9411.122.76-
YUV91.4493.9157.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 12.60%
R=54.07%
G=33.33%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133823100.380.770.483062.232.16
Hex85521F0264D301e3e20
Octal2051223704611560367640
Binary100001011010010111110100110100110111000011110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85521f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85521f; }

 p { color: rgb(133,82,31); }

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

<style>
 a { background-color: #85521f; }

 a { background-color: rgb(133,82,31); }

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

<style>
 span { border-color: #85521f; }

 span { border-color: rgb(133,82,31); }

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