#815820

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

Shades of Hot Curry #815820

Tints of Hot Curry #815820

Color information

#815820 (or 0x815820) is unknown color: approx Hot Curry. HEX triplet: 81, 58 and 20. RGB value is (129,88,32). Sum of RGB (Red+Green+Blue) = 129+88+32=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #815820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815820 is #7EA7DF. Grayscale: #5E5E5E. Windows color (decimal): -8300512 or 2119809. OLE color: 2119809.

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

Color convert

RGB1298832-
CMYK00.320.750.49
HSL34.64º60.25%31.57%-
HSV(B)34.64º75.19%50.59%-
XYZ12.811.752.96-
YUV93.8893.08153.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 32 (12.89% from 255) = 12.85%
R=51.81%
G=35.34%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129883200.320.750.4934.6460.2531.57
Hex8158200204B31233c20
Octal2011304004011361437440
Binary10000001101100010000001000001001011110001100011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815820; }

 p { color: rgb(129,88,32); }

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

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

 a { background-color: rgb(129,88,32); }

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

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

 span { border-color: rgb(129,88,32); }

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