Html Css Color HEX #7C4938 Nutmeg

📋 copy color: '#7C4938'

red 124 ◦ green 73 ◦ blue 56

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

Shades of Nutmeg #7C4938

Tints of Nutmeg #7C4938

RGB

 RED value IS 124 (48.83% from 255) = 49.01%

 GREEN value IS 73 (28.91% from 255) = 28.85%

 BLUE value IS 56 (22.27% from 255) = 22.13%

R = 49.01%
G = 28.85%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7C4938 (or 0x7C4938) is known color: Nutmeg. HEX triplet: 7C, 49 and 38. RGB value is (124,73,56). Sum of RGB (Red+Green+Blue) = 124+73+56=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4938 is #83B6C7. Grayscale: #565656. Windows color (decimal): -8632008 or 3688828. OLE color: 3688828.

HSL color Cylindrical-coordinate representation of color #7C4938: hue angle of 15º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C4938 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 73 56 -
CMYK 0 0.41 0.55 0.51
HSL 15º 0.38% 0.35% -
HSV(B) 15º 0.55% 0.49% -
XYZ 11.41 9.34 4.94 -
YUV 86.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 124 73 56 0 0.41 0.55 0.51 15 0.38 0.35
Hex 7C 49 38 0 29 37 33 F 26 23
Octal 174 111 70 0 51 67 63 17 46 43
Binary 1111100 1001001 111000 0 101001 110111 110011 1111 100110 100011

Color Harmonies of #7C4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4938

Black with #7C4938

Text Example


Text Example

White with #7C4938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C4938; }

 p { color: rgb(124,73,56); }

 H1.HeaderClassName
 {
   color: #7C4938;
 }
 .AnyTagClassName
 {
   color: #7C4938;
 }
</style>

background-color css

<style>
 a { background-color: #7C4938; }

 a { background-color: rgb(124,73,56); }

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

border-color css

<style>
 span { border-color: #7C4938; }

 span { border-color: rgb(124,73,56); }

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