#815920

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

Shades of Hot Curry #815920

Tints of Hot Curry #815920

Color information

#815920 (or 0x815920) is unknown color: approx Hot Curry. HEX triplet: 81, 59 and 20. RGB value is (129,89,32). Sum of RGB (Red+Green+Blue) = 129+89+32=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #815920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815920 is #7EA6DF. Grayscale: #5E5E5E. Windows color (decimal): -8300256 or 2120065. OLE color: 2120065.

HSL color Cylindrical-coordinate representation of color #815920: hue angle of 35.26º 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 #815920 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1298932-
CMYK00.310.750.49
HSL35.26º60.25%31.57%-
HSV(B)35.26º75.19%50.59%-
XYZ12.8911.922.99-
YUV94.4692.75152.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 32 (12.89% from 255) = 12.8%
R=51.6%
G=35.6%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129893200.310.750.4935.2660.2531.57
Hex81592001F4B31233c20
Octal2011314003711361437440
Binary1000000110110011000000111111001011110001100011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815920; }

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

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

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

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

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

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

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

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