Html Css Color HEX #81493A Nutmeg

📋 copy color: '#81493A'

red 129 ◦ green 73 ◦ blue 58

#81493A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nutmeg #81493A

Tints of Nutmeg #81493A

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 value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#81493A (or 0x81493A) is known color: 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

RGB 129 73 58 -
CMYK 0 0.43 0.55 0.49
HSL 12.68º 0.38% 0.37% -
HSV(B) 12.68º 0.55% 0.51% -
XYZ 12.2 9.74 5.24 -
YUV 88.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 129 73 58 0 0.43 0.55 0.49 12.68 0.38 0.37
Hex 81 49 3A 0 2B 37 31 D 26 25
Octal 201 111 72 0 53 67 61 15 46 45
Binary 10000001 1001001 111010 0 101011 110111 110001 1101 100110 100101

Color Harmonies of #81493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81493A

Black with #81493A

Text Example


Text Example

White with #81493A

Text Example


Text Example

HTML Codes & Css Web 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>