#81493A

Color #81493A Nutmeg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nutmeg #81493A

Tints of Nutmeg #81493A

Color information

#81493A (or 0x81493A) is unknown color: approx Nutmeg. HEX triplet: 81, 49 and 3A. RGB value is (129,73,58). Sum of RGB (Red+Green+Blue) = 129+73+58=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #81493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81493A is #7EB6C5. Grayscale: #585858. Windows color (decimal): -8304326 or 3819905. OLE color: 3819905.

HSL color Cylindrical-coordinate representation of color #81493A: hue angle of 12.68º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81493A is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1297358-
CMYK00.430.550.49
HSL12.68º37.97%36.67%-
HSV(B)12.68º55.04%50.59%-
XYZ12.29.745.24-
YUV88.03111.05157.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.62%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 58 (23.05% from 255) = 22.31%
R=49.62%
G=28.08%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129735800.430.550.4912.6837.9736.67
Hex81493A02B3731d2625
Octal201111720536761154645
Binary10000001100100111101001010111101111100011101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81493A; }

 p { color: rgb(129,73,58); }

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

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

 a { background-color: rgb(129,73,58); }

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

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

 span { border-color: rgb(129,73,58); }

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