Html Css Color HEX #83463A Nutmeg

📋 copy color: '#83463A'

red 131 ◦ green 70 ◦ blue 58

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

Shades of Nutmeg #83463A

Tints of Nutmeg #83463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

 BLUE value IS 58 (23.05% from 255) = 22.39%

R = 50.58%
G = 27.03%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83463A (or 0x83463A) is known color: Nutmeg. HEX triplet: 83, 46 and 3A. RGB value is (131,70,58). Sum of RGB (Red+Green+Blue) = 131+70+58=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83463A is #7CB9C5. Grayscale: #565656. Windows color (decimal): -8174022 or 3819139. OLE color: 3819139.

HSL color Cylindrical-coordinate representation of color #83463A: hue angle of 9.86º 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 #83463A is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 58 -
CMYK 0 0.47 0.56 0.49
HSL 9.86º 0.39% 0.37% -
HSV(B) 9.86º 0.56% 0.51% -
XYZ 12.31 9.51 5.19 -
YUV 86.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 131 70 58 0 0.47 0.56 0.49 9.86 0.39 0.37
Hex 83 46 3A 0 2F 38 31 A 27 25
Octal 203 106 72 0 57 70 61 12 47 45
Binary 10000011 1000110 111010 0 101111 111000 110001 1010 100111 100101

Color Harmonies of #83463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83463A

Black with #83463A

Text Example


Text Example

White with #83463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83463A; }

 p { color: rgb(131,70,58); }

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

background-color css

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

 a { background-color: rgb(131,70,58); }

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

border-color css

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

 span { border-color: rgb(131,70,58); }

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