Html Css Color HEX #754E43 Nutmeg

📋 copy color: '#754E43'

red 117 ◦ green 78 ◦ blue 67

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

Shades of Nutmeg #754E43

Tints of Nutmeg #754E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.57%

R = 44.66%
G = 29.77%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#754E43 (or 0x754E43) is known color: Nutmeg. HEX triplet: 75, 4E and 43. RGB value is (117,78,67). Sum of RGB (Red+Green+Blue) = 117+78+67=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #754E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E43 is #8AB1BC. Grayscale: #585858. Windows color (decimal): -9089469 or 4410997. OLE color: 4410997.

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

Color convert

RGB 117 78 67 -
CMYK 0 0.33 0.43 0.54
HSL 13.2º 0.27% 0.36% -
HSV(B) 13.2º 0.43% 0.46% -
XYZ 11.07 9.64 6.59 -
YUV 88.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 117 78 67 0 0.33 0.43 0.54 13.2 0.27 0.36
Hex 75 4E 43 0 21 2B 36 D 1B 24
Octal 165 116 103 0 41 53 66 15 33 44
Binary 1110101 1001110 1000011 0 100001 101011 110110 1101 11011 100100

Color Harmonies of #754E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E43

Black with #754E43

Text Example


Text Example

White with #754E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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