Html Css Color HEX #785041 Nutmeg

📋 copy color: '#785041'

red 120 ◦ green 80 ◦ blue 65

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

Shades of Nutmeg #785041

Tints of Nutmeg #785041

RGB

 RED value IS 120 (47.27% from 255) = 45.28%

 GREEN value IS 80 (31.64% from 255) = 30.19%

 BLUE value IS 65 (25.78% from 255) = 24.53%

R = 45.28%
G = 30.19%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#785041 (or 0x785041) is known color: Nutmeg. HEX triplet: 78, 50 and 41. RGB value is (120,80,65). Sum of RGB (Red+Green+Blue) = 120+80+65=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #785041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785041 is #87AFBE. Grayscale: #5A5A5A. Windows color (decimal): -8892351 or 4280440. OLE color: 4280440.

HSL color Cylindrical-coordinate representation of color #785041: hue angle of 16.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #785041 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 80 65 -
CMYK 0 0.33 0.46 0.53
HSL 16.36º 0.3% 0.36% -
HSV(B) 16.36º 0.46% 0.47% -
XYZ 11.57 10.11 6.34 -
YUV 90.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 120 80 65 0 0.33 0.46 0.53 16.36 0.3 0.36
Hex 78 50 41 0 21 2E 35 10 1E 24
Octal 170 120 101 0 41 56 65 20 36 44
Binary 1111000 1010000 1000001 0 100001 101110 110101 10000 11110 100100

Color Harmonies of #785041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785041

Black with #785041

Text Example


Text Example

White with #785041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785041; }

 p { color: rgb(120,80,65); }

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

background-color css

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

 a { background-color: rgb(120,80,65); }

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

border-color css

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

 span { border-color: rgb(120,80,65); }

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