#816129

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

Shades of Hot Curry #816129

Tints of Hot Curry #816129

Color information

#816129 (or 0x816129) is unknown color: approx Hot Curry. HEX triplet: 81, 61 and 29. RGB value is (129,97,41). Sum of RGB (Red+Green+Blue) = 129+97+41=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #816129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816129 is #7E9ED6. Grayscale: #646464. Windows color (decimal): -8298199 or 2711937. OLE color: 2711937.

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

Color convert

RGB1299741-
CMYK00.250.680.49
HSL38.18º51.76%33.33%-
HSV(B)38.18º68.22%50.59%-
XYZ13.7313.383.96-
YUV100.1894.6148.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=48.31%
G=36.33%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129974100.250.680.4938.1851.7633.33
Hex8161290194431263421
Octal2011415103110461466441
Binary1000000111000011010010110011000100110001100110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816129; }

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

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

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

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

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

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

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

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