#816328

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

Shades of Hot Curry #816328

Tints of Hot Curry #816328

Color information

#816328 (or 0x816328) is unknown color: approx Hot Curry. HEX triplet: 81, 63 and 28. RGB value is (129,99,40). Sum of RGB (Red+Green+Blue) = 129+99+40=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #816328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816328 is #7E9CD7. Grayscale: #656565. Windows color (decimal): -8297688 or 2646913. OLE color: 2646913.

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

Color convert

RGB1299940-
CMYK00.230.690.49
HSL39.78º52.66%33.14%-
HSV(B)39.78º68.99%50.59%-
XYZ13.913.743.93-
YUV101.2493.44147.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=48.13%
G=36.94%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129994000.230.690.4939.7852.6633.14
Hex8163280174531283521
Octal2011435002710561506541
Binary1000000111000111010000101111000101110001101000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816328; }

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

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

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

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

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

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

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

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