Html Css Color HEX #814738 Nutmeg

📋 copy color: '#814738'

red 129 ◦ green 71 ◦ blue 56

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

Shades of Nutmeg #814738

Tints of Nutmeg #814738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.73%

 BLUE value IS 56 (22.27% from 255) = 21.88%

R = 50.39%
G = 27.73%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#814738 (or 0x814738) is known color: Nutmeg. HEX triplet: 81, 47 and 38. RGB value is (129,71,56). Sum of RGB (Red+Green+Blue) = 129+71+56=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #814738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814738 is #7EB8C7. Grayscale: #565656. Windows color (decimal): -8304840 or 3688321. OLE color: 3688321.

HSL color Cylindrical-coordinate representation of color #814738: hue angle of 12.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814738 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 71 56 -
CMYK 0 0.45 0.57 0.49
HSL 12.33º 0.39% 0.36% -
HSV(B) 12.33º 0.57% 0.51% -
XYZ 12.02 9.46 4.93 -
YUV 86.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 129 71 56 0 0.45 0.57 0.49 12.33 0.39 0.36
Hex 81 47 38 0 2D 39 31 C 27 24
Octal 201 107 70 0 55 71 61 14 47 44
Binary 10000001 1000111 111000 0 101101 111001 110001 1100 100111 100100

Color Harmonies of #814738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814738

Black with #814738

Text Example


Text Example

White with #814738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814738; }

 p { color: rgb(129,71,56); }

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

background-color css

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

 a { background-color: rgb(129,71,56); }

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

border-color css

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

 span { border-color: rgb(129,71,56); }

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