#815B21

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

Shades of Hot Curry #815B21

Tints of Hot Curry #815B21

Color information

#815B21 (or 0x815B21) is unknown color: approx Hot Curry. HEX triplet: 81, 5B and 21. RGB value is (129,91,33). Sum of RGB (Red+Green+Blue) = 129+91+33=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #815B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815B21 is #7EA4DE. Grayscale: #606060. Windows color (decimal): -8299743 or 2186113. OLE color: 2186113.

HSL color Cylindrical-coordinate representation of color #815B21: hue angle of 36.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #815B21 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB1299133-
CMYK00.290.740.49
HSL36.25º59.26%31.76%-
HSV(B)36.25º74.42%50.59%-
XYZ13.0712.263.12-
YUV95.7592.59151.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.99%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=50.99%
G=35.97%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129913300.290.740.4936.2559.2631.76
Hex815B2101D4A31243b20
Octal2011334103511261447340
Binary1000000110110111000010111011001010110001100100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815B21; }

 p { color: rgb(129,91,33); }

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

<style>
 a { background-color: #815B21; }

 a { background-color: rgb(129,91,33); }

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

<style>
 span { border-color: #815B21; }

 span { border-color: rgb(129,91,33); }

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