Html Css Color HEX #81463A Nutmeg

📋 copy color: '#81463A'

red 129 ◦ green 70 ◦ blue 58

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

Shades of Nutmeg #81463A

Tints of Nutmeg #81463A

RGB

 RED value IS 129 (50.78% from 255) = 50.19%

 GREEN value IS 70 (27.73% from 255) = 27.24%

 BLUE value IS 58 (23.05% from 255) = 22.57%

R = 50.19%
G = 27.24%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#81463A (or 0x81463A) is known color: Nutmeg. HEX triplet: 81, 46 and 3A. RGB value is (129,70,58). Sum of RGB (Red+Green+Blue) = 129+70+58=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #81463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81463A is #7EB9C5. Grayscale: #565656. Windows color (decimal): -8305094 or 3819137. OLE color: 3819137.

HSL color Cylindrical-coordinate representation of color #81463A: hue angle of 10.14º 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 #81463A is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 70 58 -
CMYK 0 0.46 0.55 0.49
HSL 10.14º 0.38% 0.37% -
HSV(B) 10.14º 0.55% 0.51% -
XYZ 12.01 9.35 5.18 -
YUV 86.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 129 70 58 0 0.46 0.55 0.49 10.14 0.38 0.37
Hex 81 46 3A 0 2E 37 31 A 26 25
Octal 201 106 72 0 56 67 61 12 46 45
Binary 10000001 1000110 111010 0 101110 110111 110001 1010 100110 100101

Color Harmonies of #81463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81463A

Black with #81463A

Text Example


Text Example

White with #81463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81463A;
 }
 .AnyTagClassName
 {
   color: #81463A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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