#78483A

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

Shades of Nutmeg #78483A

Tints of Nutmeg #78483A

Color information

#78483A (or 0x78483A) is unknown color: approx Nutmeg. HEX triplet: 78, 48 and 3A. RGB value is (120,72,58). Sum of RGB (Red+Green+Blue) = 120+72+58=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78483A is #87B7C5. Grayscale: #545454. Windows color (decimal): -8894406 or 3819640. OLE color: 3819640.

HSL color Cylindrical-coordinate representation of color #78483A: hue angle of 13.55º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78483A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1207258-
CMYK00.400.520.53
HSL13.55º34.83%34.9%-
HSV(B)13.55º51.67%47.06%-
XYZ10.838.935.16-
YUV84.76112.9153.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=48%
G=28.8%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120725800.400.520.5313.5534.8334.9
Hex78483A0283435e2323
Octal170110720506465164343
Binary1111000100100011101001010001101001101011110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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