Html Css Color HEX #754B40 Nutmeg

📋 copy color: '#754B40'

red 117 ◦ green 75 ◦ blue 64

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

Shades of Nutmeg #754B40

Tints of Nutmeg #754B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.3%

 BLUE value IS 64 (25.39% from 255) = 25%

R = 45.7%
G = 29.3%
B = 25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#754B40 (or 0x754B40) is known color: Nutmeg. HEX triplet: 75, 4B and 40. RGB value is (117,75,64). Sum of RGB (Red+Green+Blue) = 117+75+64=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #754B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B40 is #8AB4BF. Grayscale: #565656. Windows color (decimal): -9090240 or 4213621. OLE color: 4213621.

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

Color convert

RGB 117 75 64 -
CMYK 0 0.36 0.45 0.54
HSL 12.45º 0.29% 0.35% -
HSV(B) 12.45º 0.45% 0.46% -
XYZ 10.78 9.18 6.06 -
YUV 86.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 117 75 64 0 0.36 0.45 0.54 12.45 0.29 0.35
Hex 75 4B 40 0 24 2D 36 C 1D 23
Octal 165 113 100 0 44 55 66 14 35 43
Binary 1110101 1001011 1000000 0 100100 101101 110110 1100 11101 100011

Color Harmonies of #754B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B40

Black with #754B40

Text Example


Text Example

White with #754B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,75,64); }

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

background-color css

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

 a { background-color: rgb(117,75,64); }

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

border-color css

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

 span { border-color: rgb(117,75,64); }

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