Html Css Color HEX #7D483D Nutmeg

📋 copy color: '#7D483D'

red 125 ◦ green 72 ◦ blue 61

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

Shades of Nutmeg #7D483D

Tints of Nutmeg #7D483D

RGB

 RED value IS 125 (49.22% from 255) = 48.45%

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

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

R = 48.45%
G = 27.91%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D483D (or 0x7D483D) is known color: Nutmeg. HEX triplet: 7D, 48 and 3D. RGB value is (125,72,61). Sum of RGB (Red+Green+Blue) = 125+72+61=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D483D is #82B7C2. Grayscale: #565656. Windows color (decimal): -8566723 or 4016253. OLE color: 4016253.

HSL color Cylindrical-coordinate representation of color #7D483D: hue angle of 10.31º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D483D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 72 61 -
CMYK 0 0.42 0.51 0.51
HSL 10.31º 0.34% 0.36% -
HSV(B) 10.31º 0.51% 0.49% -
XYZ 11.62 9.33 5.6 -
YUV 86.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 125 72 61 0 0.42 0.51 0.51 10.31 0.34 0.36
Hex 7D 48 3D 0 2A 33 33 A 22 24
Octal 175 110 75 0 52 63 63 12 42 44
Binary 1111101 1001000 111101 0 101010 110011 110011 1010 100010 100100

Color Harmonies of #7D483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D483D

Black with #7D483D

Text Example


Text Example

White with #7D483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D483D; }

 p { color: rgb(125,72,61); }

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

background-color css

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

 a { background-color: rgb(125,72,61); }

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

border-color css

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

 span { border-color: rgb(125,72,61); }

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