#816132

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

Shades of Hot Curry #816132

Tints of Hot Curry #816132

Color information

#816132 (or 0x816132) is unknown color: approx Hot Curry. HEX triplet: 81, 61 and 32. RGB value is (129,97,50). Sum of RGB (Red+Green+Blue) = 129+97+50=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #816132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816132 is #7E9ECD. Grayscale: #656565. Windows color (decimal): -8298190 or 3301761. OLE color: 3301761.

HSL color Cylindrical-coordinate representation of color #816132: hue angle of 35.7º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #816132 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1299750-
CMYK00.250.610.49
HSL35.7º44.13%35.1%-
HSV(B)35.7º61.24%50.59%-
XYZ13.913.454.88-
YUV101.2199.1147.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=46.74%
G=35.14%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129975000.250.610.4935.744.1335.1
Hex8161320193D31242c23
Octal201141620317561445443
Binary100000011100001110010011001111101110001100100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816132; }

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

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

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

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

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

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

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

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