#784B3B

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

Shades of Nutmeg #784B3B

Tints of Nutmeg #784B3B

Color information

#784B3B (or 0x784B3B) is unknown color: approx Nutmeg. HEX triplet: 78, 4B and 3B. RGB value is (120,75,59). Sum of RGB (Red+Green+Blue) = 120+75+59=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #784B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784B3B is #87B4C4. Grayscale: #565656. Windows color (decimal): -8893637 or 3885944. OLE color: 3885944.

HSL color Cylindrical-coordinate representation of color #784B3B: hue angle of 15.74º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #784B3B is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1207559-
CMYK00.370.510.53
HSL15.74º34.08%35.1%-
HSV(B)15.74º50.83%47.06%-
XYZ11.059.345.36-
YUV86.63112.41151.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=47.24%
G=29.53%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120755900.370.510.5315.7434.0835.1
Hex784B3B0253335102223
Octal170113730456365204243
Binary11110001001011111011010010111001111010110000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784B3B; }

 p { color: rgb(120,75,59); }

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

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

 a { background-color: rgb(120,75,59); }

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

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

 span { border-color: rgb(120,75,59); }

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