#816327

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

Shades of Hot Curry #816327

Tints of Hot Curry #816327

Color information

#816327 (or 0x816327) is unknown color: approx Hot Curry. HEX triplet: 81, 63 and 27. RGB value is (129,99,39). Sum of RGB (Red+Green+Blue) = 129+99+39=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #816327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816327 is #7E9CD8. Grayscale: #656565. Windows color (decimal): -8297689 or 2581377. OLE color: 2581377.

HSL color Cylindrical-coordinate representation of color #816327: hue angle of 40º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #816327 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1299939-
CMYK00.230.700.49
HSL40º53.57%32.94%-
HSV(B)40º69.77%50.59%-
XYZ13.8813.743.84-
YUV101.1392.94147.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=48.31%
G=37.08%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129993900.230.700.494053.5732.94
Hex8163270174631283621
Octal2011434702710661506641
Binary1000000111000111001110101111000110110001101000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816327; }

 p { color: rgb(129,99,39); }

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

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

 a { background-color: rgb(129,99,39); }

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

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

 span { border-color: rgb(129,99,39); }

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