#7D483A

Color #7D483A Nutmeg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nutmeg #7D483A

Tints of Nutmeg #7D483A

Color information

#7D483A (or 0x7D483A) is unknown color: approx Nutmeg. HEX triplet: 7D, 48 and 3A. RGB value is (125,72,58). Sum of RGB (Red+Green+Blue) = 125+72+58=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D483A is #82B7C5. Grayscale: #565656. Windows color (decimal): -8566726 or 3819645. OLE color: 3819645.

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

Color convert

RGB1257258-
CMYK00.420.540.51
HSL12.54º36.61%35.88%-
HSV(B)12.54º53.6%49.02%-
XYZ11.549.35.19-
YUV86.25112.06155.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.02%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=49.02%
G=28.24%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125725800.420.540.5112.5436.6135.88
Hex7D483A02A3633d2524
Octal175110720526663154544
Binary1111101100100011101001010101101101100111101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D483A;
 }
 .AnyTagClassName
 {
   color: #7D483A;
 }
</style>
background-color css

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

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

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

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

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

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