Html Css Color HEX #814B40 Nutmeg

📋 copy color: '#814B40'

red 129 ◦ green 75 ◦ blue 64

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

Shades of Nutmeg #814B40

Tints of Nutmeg #814B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 48.13%
G = 27.99%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#814B40 (or 0x814B40) is known color: Nutmeg. HEX triplet: 81, 4B and 40. RGB value is (129,75,64). Sum of RGB (Red+Green+Blue) = 129+75+64=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #814B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B40 is #7EB4BF. Grayscale: #595959. Windows color (decimal): -8303808 or 4213633. OLE color: 4213633.

HSL color Cylindrical-coordinate representation of color #814B40: hue angle of 10.15º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814B40 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 75 64 -
CMYK 0 0.42 0.50 0.49
HSL 10.15º 0.34% 0.38% -
HSV(B) 10.15º 0.5% 0.51% -
XYZ 12.49 10.07 6.14 -
YUV 89.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 129 75 64 0 0.42 0.50 0.49 10.15 0.34 0.38
Hex 81 4B 40 0 2A 32 31 A 22 26
Octal 201 113 100 0 52 62 61 12 42 46
Binary 10000001 1001011 1000000 0 101010 110010 110001 1010 100010 100110

Color Harmonies of #814B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814B40

Black with #814B40

Text Example


Text Example

White with #814B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814B40; }

 p { color: rgb(129,75,64); }

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

background-color css

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

 a { background-color: rgb(129,75,64); }

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

border-color css

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

 span { border-color: rgb(129,75,64); }

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