Html Css Color HEX #7E5242 Ironstone

📋 copy color: '#7E5242'

red 126 ◦ green 82 ◦ blue 66

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

Shades of Ironstone #7E5242

Tints of Ironstone #7E5242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

 BLUE value IS 66 (26.17% from 255) = 24.09%

R = 45.99%
G = 29.93%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7E5242 (or 0x7E5242) is known color: Ironstone. HEX triplet: 7E, 52 and 42. RGB value is (126,82,66). Sum of RGB (Red+Green+Blue) = 126+82+66=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5242 is #81ADBD. Grayscale: #5D5D5D. Windows color (decimal): -8498622 or 4346494. OLE color: 4346494.

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

Color convert

RGB 126 82 66 -
CMYK 0 0.35 0.48 0.51
HSL 16º 0.31% 0.38% -
HSV(B) 16º 0.48% 0.49% -
XYZ 12.6 10.86 6.59 -
YUV 93.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 126 82 66 0 0.35 0.48 0.51 16 0.31 0.38
Hex 7E 52 42 0 23 30 33 10 1F 26
Octal 176 122 102 0 43 60 63 20 37 46
Binary 1111110 1010010 1000010 0 100011 110000 110011 10000 11111 100110

Color Harmonies of #7E5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5242

Black with #7E5242

Text Example


Text Example

White with #7E5242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,82,66); }

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

background-color css

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

 a { background-color: rgb(126,82,66); }

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

border-color css

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

 span { border-color: rgb(126,82,66); }

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