Html Css Color HEX #754D44 Nutmeg

📋 copy color: '#754D44'

red 117 ◦ green 77 ◦ blue 68

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

Shades of Nutmeg #754D44

Tints of Nutmeg #754D44

RGB

 RED value IS 117 (46.09% from 255) = 44.66%

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

 BLUE value IS 68 (26.95% from 255) = 25.95%

R = 44.66%
G = 29.39%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#754D44 (or 0x754D44) is known color: Nutmeg. HEX triplet: 75, 4D and 44. RGB value is (117,77,68). Sum of RGB (Red+Green+Blue) = 117+77+68=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #754D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D44 is #8AB2BB. Grayscale: #585858. Windows color (decimal): -9089724 or 4476277. OLE color: 4476277.

HSL color Cylindrical-coordinate representation of color #754D44: hue angle of 11.02º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #754D44 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 68 -
CMYK 0 0.34 0.42 0.54
HSL 11.02º 0.26% 0.36% -
HSV(B) 11.02º 0.42% 0.46% -
XYZ 11.03 9.51 6.72 -
YUV 87.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 117 77 68 0 0.34 0.42 0.54 11.02 0.26 0.36
Hex 75 4D 44 0 22 2A 36 B 1A 24
Octal 165 115 104 0 42 52 66 13 32 44
Binary 1110101 1001101 1000100 0 100010 101010 110110 1011 11010 100100

Color Harmonies of #754D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D44

Black with #754D44

Text Example


Text Example

White with #754D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754D44; }

 p { color: rgb(117,77,68); }

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

background-color css

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

 a { background-color: rgb(117,77,68); }

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

border-color css

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

 span { border-color: rgb(117,77,68); }

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