Html Css Color HEX #834838 Nutmeg

📋 copy color: '#834838'

red 131 ◦ green 72 ◦ blue 56

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

Shades of Nutmeg #834838

Tints of Nutmeg #834838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 50.58%
G = 27.8%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#834838 (or 0x834838) is known color: Nutmeg. HEX triplet: 83, 48 and 38. RGB value is (131,72,56). Sum of RGB (Red+Green+Blue) = 131+72+56=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #834838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834838 is #7CB7C7. Grayscale: #575757. Windows color (decimal): -8173512 or 3688579. OLE color: 3688579.

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

Color convert

RGB 131 72 56 -
CMYK 0 0.45 0.57 0.49
HSL 12.8º 0.4% 0.37% -
HSV(B) 12.8º 0.57% 0.51% -
XYZ 12.39 9.75 4.97 -
YUV 87.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 131 72 56 0 0.45 0.57 0.49 12.8 0.4 0.37
Hex 83 48 38 0 2D 39 31 D 28 25
Octal 203 110 70 0 55 71 61 15 50 45
Binary 10000011 1001000 111000 0 101101 111001 110001 1101 101000 100101

Color Harmonies of #834838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834838

Black with #834838

Text Example


Text Example

White with #834838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834838; }

 p { color: rgb(131,72,56); }

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

background-color css

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

 a { background-color: rgb(131,72,56); }

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

border-color css

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

 span { border-color: rgb(131,72,56); }

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