Html Css Color HEX #834C3D Nutmeg

📋 copy color: '#834C3D'

red 131 ◦ green 76 ◦ blue 61

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

Shades of Nutmeg #834C3D

Tints of Nutmeg #834C3D

RGB

 RED value IS 131 (51.56% from 255) = 48.88%

 GREEN value IS 76 (30.08% from 255) = 28.36%

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 48.88%
G = 28.36%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#834C3D (or 0x834C3D) is known color: Nutmeg. HEX triplet: 83, 4C and 3D. RGB value is (131,76,61). Sum of RGB (Red+Green+Blue) = 131+76+61=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #834C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C3D is #7CB3C2. Grayscale: #5A5A5A. Windows color (decimal): -8172483 or 4017283. OLE color: 4017283.

HSL color Cylindrical-coordinate representation of color #834C3D: hue angle of 12.86º 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 #834C3D is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 76 61 -
CMYK 0 0.42 0.53 0.49
HSL 12.86º 0.36% 0.38% -
HSV(B) 12.86º 0.53% 0.51% -
XYZ 12.79 10.33 5.74 -
YUV 90.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 131 76 61 0 0.42 0.53 0.49 12.86 0.36 0.38
Hex 83 4C 3D 0 2A 35 31 D 24 26
Octal 203 114 75 0 52 65 61 15 44 46
Binary 10000011 1001100 111101 0 101010 110101 110001 1101 100100 100110

Color Harmonies of #834C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C3D

Black with #834C3D

Text Example


Text Example

White with #834C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,76,61); }

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

background-color css

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

 a { background-color: rgb(131,76,61); }

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

border-color css

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

 span { border-color: rgb(131,76,61); }

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