#81521F

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

Shades of Hot Curry #81521F

Tints of Hot Curry #81521F

Color information

#81521F (or 0x81521F) is unknown color: approx Hot Curry. HEX triplet: 81, 52 and 1F. RGB value is (129,82,31). Sum of RGB (Red+Green+Blue) = 129+82+31=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #81521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81521F is #7EADE0. Grayscale: #5A5A5A. Windows color (decimal): -8302049 or 2052737. OLE color: 2052737.

HSL color Cylindrical-coordinate representation of color #81521F: hue angle of 31.22º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81521F is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB1298231-
CMYK00.360.760.49
HSL31.22º61.25%31.37%-
HSV(B)31.22º75.97%50.59%-
XYZ12.3210.82.73-
YUV90.2494.57155.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.31%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 31 (12.5% from 255) = 12.81%
R=53.31%
G=33.88%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129823100.360.760.4931.2261.2531.37
Hex81521F0244C311f3d1f
Octal2011223704411461377537
Binary10000001101001011111010010010011001100011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81521F; }

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

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

<style>
 a { background-color: #81521F; }

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

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

<style>
 span { border-color: #81521F; }

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

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