Html Css Color HEX #754C41 Nutmeg

📋 copy color: '#754C41'

red 117 ◦ green 76 ◦ blue 65

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

Shades of Nutmeg #754C41

Tints of Nutmeg #754C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.46%

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

R = 45.35%
G = 29.46%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#754C41 (or 0x754C41) is known color: Nutmeg. HEX triplet: 75, 4C and 41. RGB value is (117,76,65). Sum of RGB (Red+Green+Blue) = 117+76+65=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #754C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C41 is #8AB3BE. Grayscale: #575757. Windows color (decimal): -9089983 or 4279413. OLE color: 4279413.

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

Color convert

RGB 117 76 65 -
CMYK 0 0.35 0.44 0.54
HSL 12.69º 0.29% 0.36% -
HSV(B) 12.69º 0.44% 0.46% -
XYZ 10.87 9.33 6.23 -
YUV 87.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 117 76 65 0 0.35 0.44 0.54 12.69 0.29 0.36
Hex 75 4C 41 0 23 2C 36 D 1D 24
Octal 165 114 101 0 43 54 66 15 35 44
Binary 1110101 1001100 1000001 0 100011 101100 110110 1101 11101 100100

Color Harmonies of #754C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C41

Black with #754C41

Text Example


Text Example

White with #754C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,76,65); }

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

background-color css

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

 a { background-color: rgb(117,76,65); }

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

border-color css

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

 span { border-color: rgb(117,76,65); }

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