#834739

Color #834739 Nutmeg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nutmeg #834739

Tints of Nutmeg #834739

Color information

#834739 (or 0x834739) is unknown color: approx Nutmeg. HEX triplet: 83, 47 and 39. RGB value is (131,71,57). Sum of RGB (Red+Green+Blue) = 131+71+57=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #834739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834739 is #7CB8C6. Grayscale: #575757. Windows color (decimal): -8173767 or 3753859. OLE color: 3753859.

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

Color convert

RGB1317157-
CMYK00.460.560.49
HSL11.35º39.36%36.86%-
HSV(B)11.35º56.49%51.37%-
XYZ12.359.635.08-
YUV87.34110.88159.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.58%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 57 (22.66% from 255) = 22.01%
R=50.58%
G=27.41%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131715700.460.560.4911.3539.3636.86
Hex83473902E3831b2725
Octal203107710567061134745
Binary10000011100011111100101011101110001100011011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834739; }

 p { color: rgb(131,71,57); }

 H1.HeaderClassName
 {
   color: #834739;
 }
 .AnyTagClassName
 {
   color: #834739;
 }
</style>
background-color css

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

 a { background-color: rgb(131,71,57); }

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

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

 span { border-color: rgb(131,71,57); }

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