Html Css Color HEX #754A3A Nutmeg

📋 copy color: '#754A3A'

red 117 ◦ green 74 ◦ blue 58

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

Shades of Nutmeg #754A3A

Tints of Nutmeg #754A3A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.72%

 BLUE value IS 58 (23.05% from 255) = 23.29%

R = 46.99%
G = 29.72%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#754A3A (or 0x754A3A) is known color: Nutmeg. HEX triplet: 75, 4A and 3A. RGB value is (117,74,58). Sum of RGB (Red+Green+Blue) = 117+74+58=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #754A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A3A is #8AB5C5. Grayscale: #555555. Windows color (decimal): -9090502 or 3820149. OLE color: 3820149.

HSL color Cylindrical-coordinate representation of color #754A3A: hue angle of 16.27º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754A3A is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 74 58 -
CMYK 0 0.37 0.50 0.54
HSL 16.27º 0.34% 0.34% -
HSV(B) 16.27º 0.5% 0.46% -
XYZ 10.55 8.98 5.18 -
YUV 85.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 117 74 58 0 0.37 0.50 0.54 16.27 0.34 0.34
Hex 75 4A 3A 0 25 32 36 10 22 22
Octal 165 112 72 0 45 62 66 20 42 42
Binary 1110101 1001010 111010 0 100101 110010 110110 10000 100010 100010

Color Harmonies of #754A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A3A

Black with #754A3A

Text Example


Text Example

White with #754A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,74,58); }

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

background-color css

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

 a { background-color: rgb(117,74,58); }

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

border-color css

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

 span { border-color: rgb(117,74,58); }

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