Html Css Color HEX #734D42 Nutmeg

📋 copy color: '#734D42'

red 115 ◦ green 77 ◦ blue 66

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

Shades of Nutmeg #734D42

Tints of Nutmeg #734D42

RGB

 RED value IS 115 (45.31% from 255) = 44.57%

 GREEN value IS 77 (30.47% from 255) = 29.84%

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 44.57%
G = 29.84%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#734D42 (or 0x734D42) is known color: Nutmeg. HEX triplet: 73, 4D and 42. RGB value is (115,77,66). Sum of RGB (Red+Green+Blue) = 115+77+66=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #734D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D42 is #8CB2BD. Grayscale: #575757. Windows color (decimal): -9220798 or 4345203. OLE color: 4345203.

HSL color Cylindrical-coordinate representation of color #734D42: hue angle of 13.47º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734D42 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 77 66 -
CMYK 0 0.33 0.43 0.55
HSL 13.47º 0.27% 0.35% -
HSV(B) 13.47º 0.43% 0.45% -
XYZ 10.71 9.35 6.39 -
YUV 87.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 115 77 66 0 0.33 0.43 0.55 13.47 0.27 0.35
Hex 73 4D 42 0 21 2B 37 D 1B 23
Octal 163 115 102 0 41 53 67 15 33 43
Binary 1110011 1001101 1000010 0 100001 101011 110111 1101 11011 100011

Color Harmonies of #734D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734D42

Black with #734D42

Text Example


Text Example

White with #734D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734D42; }

 p { color: rgb(115,77,66); }

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

background-color css

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

 a { background-color: rgb(115,77,66); }

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

border-color css

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

 span { border-color: rgb(115,77,66); }

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