Html Css Color HEX #814838 Nutmeg

📋 copy color: '#814838'

red 129 ◦ green 72 ◦ blue 56

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

Shades of Nutmeg #814838

Tints of Nutmeg #814838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

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

R = 50.19%
G = 28.02%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#814838 (or 0x814838) is known color: Nutmeg. HEX triplet: 81, 48 and 38. RGB value is (129,72,56). Sum of RGB (Red+Green+Blue) = 129+72+56=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #814838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814838 is #7EB7C7. Grayscale: #575757. Windows color (decimal): -8304584 or 3688577. OLE color: 3688577.

HSL color Cylindrical-coordinate representation of color #814838: hue angle of 13.15º 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 #814838 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 72 56 -
CMYK 0 0.44 0.57 0.49
HSL 13.15º 0.39% 0.36% -
HSV(B) 13.15º 0.57% 0.51% -
XYZ 12.08 9.59 4.96 -
YUV 87.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 129 72 56 0 0.44 0.57 0.49 13.15 0.39 0.36
Hex 81 48 38 0 2C 39 31 D 27 24
Octal 201 110 70 0 54 71 61 15 47 44
Binary 10000001 1001000 111000 0 101100 111001 110001 1101 100111 100100

Color Harmonies of #814838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814838

Black with #814838

Text Example


Text Example

White with #814838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814838; }

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

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

background-color css

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

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

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

border-color css

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

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

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