#816029

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

Shades of Hot Curry #816029

Tints of Hot Curry #816029

Color information

#816029 (or 0x816029) is unknown color: approx Hot Curry. HEX triplet: 81, 60 and 29. RGB value is (129,96,41). Sum of RGB (Red+Green+Blue) = 129+96+41=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #816029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816029 is #7E9FD6. Grayscale: #636363. Windows color (decimal): -8298455 or 2711681. OLE color: 2711681.

HSL color Cylindrical-coordinate representation of color #816029: hue angle of 37.5º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #816029 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1299641-
CMYK00.260.680.49
HSL37.5º51.76%33.33%-
HSV(B)37.5º68.22%50.59%-
XYZ13.6413.193.93-
YUV99.694.93148.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 41 (16.41% from 255) = 15.41%
R=48.50%
G=36.09%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129964100.260.680.4937.551.7633.33
Hex81602901A4431253421
Octal2011405103210461456441
Binary1000000111000001010010110101000100110001100101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816029; }

 p { color: rgb(129,96,41); }

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

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

 a { background-color: rgb(129,96,41); }

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

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

 span { border-color: rgb(129,96,41); }

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