Html Css Color HEX #844638 Nutmeg

📋 copy color: '#844638'

red 132 ◦ green 70 ◦ blue 56

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

Shades of Nutmeg #844638

Tints of Nutmeg #844638

RGB

 RED value IS 132 (51.95% from 255) = 51.16%

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

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

R = 51.16%
G = 27.13%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#844638 (or 0x844638) is known color: Nutmeg. HEX triplet: 84, 46 and 38. RGB value is (132,70,56). Sum of RGB (Red+Green+Blue) = 132+70+56=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #844638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844638 is #7BB9C7. Grayscale: #575757. Windows color (decimal): -8108488 or 3688068. OLE color: 3688068.

HSL color Cylindrical-coordinate representation of color #844638: hue angle of 11.05º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #844638 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 56 -
CMYK 0 0.47 0.58 0.48
HSL 11.05º 0.4% 0.37% -
HSV(B) 11.05º 0.58% 0.52% -
XYZ 12.42 9.57 4.93 -
YUV 86.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 132 70 56 0 0.47 0.58 0.48 11.05 0.4 0.37
Hex 84 46 38 0 2F 3A 30 B 28 25
Octal 204 106 70 0 57 72 60 13 50 45
Binary 10000100 1000110 111000 0 101111 111010 110000 1011 101000 100101

Color Harmonies of #844638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844638

Black with #844638

Text Example


Text Example

White with #844638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844638; }

 p { color: rgb(132,70,56); }

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

background-color css

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

 a { background-color: rgb(132,70,56); }

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

border-color css

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

 span { border-color: rgb(132,70,56); }

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