Html Css Color HEX #754E45 Nutmeg

📋 copy color: '#754E45'

red 117 ◦ green 78 ◦ blue 69

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

Shades of Nutmeg #754E45

Tints of Nutmeg #754E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.14%

R = 44.32%
G = 29.55%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#754E45 (or 0x754E45) is known color: Nutmeg. HEX triplet: 75, 4E and 45. RGB value is (117,78,69). Sum of RGB (Red+Green+Blue) = 117+78+69=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #754E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E45 is #8AB1BA. Grayscale: #585858. Windows color (decimal): -9089467 or 4542069. OLE color: 4542069.

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

Color convert

RGB 117 78 69 -
CMYK 0 0.33 0.41 0.54
HSL 11.25º 0.26% 0.36% -
HSV(B) 11.25º 0.41% 0.46% -
XYZ 11.13 9.66 6.91 -
YUV 88.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 117 78 69 0 0.33 0.41 0.54 11.25 0.26 0.36
Hex 75 4E 45 0 21 29 36 B 1A 24
Octal 165 116 105 0 41 51 66 13 32 44
Binary 1110101 1001110 1000101 0 100001 101001 110110 1011 11010 100100

Color Harmonies of #754E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E45

Black with #754E45

Text Example


Text Example

White with #754E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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