Html Css Color HEX #754C3E Nutmeg

📋 copy color: '#754C3E'

red 117 ◦ green 76 ◦ blue 62

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

Shades of Nutmeg #754C3E

Tints of Nutmeg #754C3E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.8%

 BLUE value IS 62 (24.61% from 255) = 24.31%

R = 45.88%
G = 29.8%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#754C3E (or 0x754C3E) is known color: Nutmeg. HEX triplet: 75, 4C and 3E. RGB value is (117,76,62). Sum of RGB (Red+Green+Blue) = 117+76+62=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #754C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C3E is #8AB3C1. Grayscale: #565656. Windows color (decimal): -9089986 or 4082805. OLE color: 4082805.

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

Color convert

RGB 117 76 62 -
CMYK 0 0.35 0.47 0.54
HSL 15.27º 0.31% 0.35% -
HSV(B) 15.27º 0.47% 0.46% -
XYZ 10.79 9.3 5.78 -
YUV 86.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 117 76 62 0 0.35 0.47 0.54 15.27 0.31 0.35
Hex 75 4C 3E 0 23 2F 36 F 1F 23
Octal 165 114 76 0 43 57 66 17 37 43
Binary 1110101 1001100 111110 0 100011 101111 110110 1111 11111 100011

Color Harmonies of #754C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C3E

Black with #754C3E

Text Example


Text Example

White with #754C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,76,62); }

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

background-color css

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

 a { background-color: rgb(117,76,62); }

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

border-color css

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

 span { border-color: rgb(117,76,62); }

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