Html Css Color HEX #7C4838 Nutmeg

📋 copy color: '#7C4838'

red 124 ◦ green 72 ◦ blue 56

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

Shades of Nutmeg #7C4838

Tints of Nutmeg #7C4838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.57%

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

R = 49.21%
G = 28.57%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7C4838 (or 0x7C4838) is known color: Nutmeg. HEX triplet: 7C, 48 and 38. RGB value is (124,72,56). Sum of RGB (Red+Green+Blue) = 124+72+56=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4838 is #83B7C7. Grayscale: #555555. Windows color (decimal): -8632264 or 3688572. OLE color: 3688572.

HSL color Cylindrical-coordinate representation of color #7C4838: hue angle of 14.12º 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 #7C4838 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 72 56 -
CMYK 0 0.42 0.55 0.51
HSL 14.12º 0.38% 0.35% -
HSV(B) 14.12º 0.55% 0.49% -
XYZ 11.34 9.21 4.92 -
YUV 85.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 124 72 56 0 0.42 0.55 0.51 14.12 0.38 0.35
Hex 7C 48 38 0 2A 37 33 E 26 23
Octal 174 110 70 0 52 67 63 16 46 43
Binary 1111100 1001000 111000 0 101010 110111 110011 1110 100110 100011

Color Harmonies of #7C4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4838

Black with #7C4838

Text Example


Text Example

White with #7C4838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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