#834A3E

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

Shades of Nutmeg #834A3E

Tints of Nutmeg #834A3E

Color information

#834A3E (or 0x834A3E) is unknown color: approx Nutmeg. HEX triplet: 83, 4A and 3E. RGB value is (131,74,62). Sum of RGB (Red+Green+Blue) = 131+74+62=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #834A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A3E is #7CB5C1. Grayscale: #595959. Windows color (decimal): -8172994 or 4082307. OLE color: 4082307.

HSL color Cylindrical-coordinate representation of color #834A3E: hue angle of 10.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #834A3E is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1317462-
CMYK00.440.530.49
HSL10.43º35.75%37.84%-
HSV(B)10.43º52.67%51.37%-
XYZ12.6810.075.83-
YUV89.68112.38157.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=49.06%
G=27.72%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131746200.440.530.4910.4335.7537.84
Hex834A3E02C3531a2426
Octal203112760546561124446
Binary10000011100101011111001011001101011100011010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834A3E; }

 p { color: rgb(131,74,62); }

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

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

 a { background-color: rgb(131,74,62); }

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

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

 span { border-color: rgb(131,74,62); }

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