Html Css Color HEX #754E41 Nutmeg

📋 copy color: '#754E41'

red 117 ◦ green 78 ◦ blue 65

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

Shades of Nutmeg #754E41

Tints of Nutmeg #754E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30%

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

R = 45%
G = 30%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#754E41 (or 0x754E41) is known color: Nutmeg. HEX triplet: 75, 4E and 41. RGB value is (117,78,65). Sum of RGB (Red+Green+Blue) = 117+78+65=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #754E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E41 is #8AB1BE. Grayscale: #585858. Windows color (decimal): -9089471 or 4279925. OLE color: 4279925.

HSL color Cylindrical-coordinate representation of color #754E41: hue angle of 15º 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 #754E41 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 78 65 -
CMYK 0 0.33 0.44 0.54
HSL 15º 0.29% 0.36% -
HSV(B) 15º 0.44% 0.46% -
XYZ 11.01 9.61 6.28 -
YUV 88.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 117 78 65 0 0.33 0.44 0.54 15 0.29 0.36
Hex 75 4E 41 0 21 2C 36 F 1D 24
Octal 165 116 101 0 41 54 66 17 35 44
Binary 1110101 1001110 1000001 0 100001 101100 110110 1111 11101 100100

Color Harmonies of #754E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E41

Black with #754E41

Text Example


Text Example

White with #754E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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