Html Css Color HEX #7E4B3E Nutmeg

📋 copy color: '#7E4B3E'

red 126 ◦ green 75 ◦ blue 62

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

Shades of Nutmeg #7E4B3E

Tints of Nutmeg #7E4B3E

RGB

 RED value IS 126 (49.61% from 255) = 47.91%

 GREEN value IS 75 (29.69% from 255) = 28.52%

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

R = 47.91%
G = 28.52%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7E4B3E (or 0x7E4B3E) is known color: Nutmeg. HEX triplet: 7E, 4B and 3E. RGB value is (126,75,62). Sum of RGB (Red+Green+Blue) = 126+75+62=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4B3E is #81B4C1. Grayscale: #585858. Windows color (decimal): -8500418 or 4082558. OLE color: 4082558.

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

Color convert

RGB 126 75 62 -
CMYK 0 0.40 0.51 0.51
HSL 12.19º 0.34% 0.37% -
HSV(B) 12.19º 0.51% 0.49% -
XYZ 11.99 9.82 5.82 -
YUV 88.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 126 75 62 0 0.40 0.51 0.51 12.19 0.34 0.37
Hex 7E 4B 3E 0 28 33 33 C 22 25
Octal 176 113 76 0 50 63 63 14 42 45
Binary 1111110 1001011 111110 0 101000 110011 110011 1100 100010 100101

Color Harmonies of #7E4B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4B3E

Black with #7E4B3E

Text Example


Text Example

White with #7E4B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,75,62); }

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

background-color css

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

 a { background-color: rgb(126,75,62); }

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

border-color css

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

 span { border-color: rgb(126,75,62); }

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