Html Css Color HEX #7E4D46 Ironstone

📋 copy color: '#7E4D46'

red 126 ◦ green 77 ◦ blue 70

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

Shades of Ironstone #7E4D46

Tints of Ironstone #7E4D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 46.15%
G = 28.21%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7E4D46 (or 0x7E4D46) is known color: Ironstone. HEX triplet: 7E, 4D and 46. RGB value is (126,77,70). Sum of RGB (Red+Green+Blue) = 126+77+70=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E4D46 is #81B2B9. Grayscale: #5A5A5A. Windows color (decimal): -8499898 or 4607358. OLE color: 4607358.

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

Color convert

RGB 126 77 70 -
CMYK 0 0.39 0.44 0.51
HSL 7.5º 0.29% 0.38% -
HSV(B) 7.5º 0.44% 0.49% -
XYZ 12.36 10.19 7.11 -
YUV 90.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 126 77 70 0 0.39 0.44 0.51 7.5 0.29 0.38
Hex 7E 4D 46 0 27 2C 33 8 1D 26
Octal 176 115 106 0 47 54 63 10 35 46
Binary 1111110 1001101 1000110 0 100111 101100 110011 1000 11101 100110

Color Harmonies of #7E4D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4D46

Black with #7E4D46

Text Example


Text Example

White with #7E4D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,77,70); }

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

background-color css

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

 a { background-color: rgb(126,77,70); }

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

border-color css

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

 span { border-color: rgb(126,77,70); }

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