Html Css Color HEX #834C3B Nutmeg

📋 copy color: '#834C3B'

red 131 ◦ green 76 ◦ blue 59

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

Shades of Nutmeg #834C3B

Tints of Nutmeg #834C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.18%

R = 49.25%
G = 28.57%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#834C3B (or 0x834C3B) is known color: Nutmeg. HEX triplet: 83, 4C and 3B. RGB value is (131,76,59). Sum of RGB (Red+Green+Blue) = 131+76+59=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #834C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C3B is #7CB3C4. Grayscale: #5A5A5A. Windows color (decimal): -8172485 or 3886211. OLE color: 3886211.

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

Color convert

RGB 131 76 59 -
CMYK 0 0.42 0.55 0.49
HSL 14.17º 0.38% 0.37% -
HSV(B) 14.17º 0.55% 0.51% -
XYZ 12.73 10.31 5.46 -
YUV 90.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 131 76 59 0 0.42 0.55 0.49 14.17 0.38 0.37
Hex 83 4C 3B 0 2A 37 31 E 26 25
Octal 203 114 73 0 52 67 61 16 46 45
Binary 10000011 1001100 111011 0 101010 110111 110001 1110 100110 100101

Color Harmonies of #834C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C3B

Black with #834C3B

Text Example


Text Example

White with #834C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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