Html Css Color HEX #7C483B Nutmeg

📋 copy color: '#7C483B'

red 124 ◦ green 72 ◦ blue 59

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

Shades of Nutmeg #7C483B

Tints of Nutmeg #7C483B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 48.63%
G = 28.24%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C483B (or 0x7C483B) is known color: Nutmeg. HEX triplet: 7C, 48 and 3B. RGB value is (124,72,59). Sum of RGB (Red+Green+Blue) = 124+72+59=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C483B is #83B7C4. Grayscale: #565656. Windows color (decimal): -8632261 or 3885180. OLE color: 3885180.

HSL color Cylindrical-coordinate representation of color #7C483B: hue angle of 12º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C483B is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 72 59 -
CMYK 0 0.42 0.52 0.51
HSL 12º 0.36% 0.36% -
HSV(B) 12º 0.52% 0.49% -
XYZ 11.42 9.24 5.32 -
YUV 86.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 124 72 59 0 0.42 0.52 0.51 12 0.36 0.36
Hex 7C 48 3B 0 2A 34 33 C 24 24
Octal 174 110 73 0 52 64 63 14 44 44
Binary 1111100 1001000 111011 0 101010 110100 110011 1100 100100 100100

Color Harmonies of #7C483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C483B

Black with #7C483B

Text Example


Text Example

White with #7C483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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