Html Css Color HEX #7E5348 Ironstone

📋 copy color: '#7E5348'

red 126 ◦ green 83 ◦ blue 72

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

Shades of Ironstone #7E5348

Tints of Ironstone #7E5348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

 BLUE value IS 72 (28.52% from 255) = 25.62%

R = 44.84%
G = 29.54%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7E5348 (or 0x7E5348) is known color: Ironstone. HEX triplet: 7E, 53 and 48. RGB value is (126,83,72). Sum of RGB (Red+Green+Blue) = 126+83+72=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5348 is #81ACB7. Grayscale: #5E5E5E. Windows color (decimal): -8498360 or 4739966. OLE color: 4739966.

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

Color convert

RGB 126 83 72 -
CMYK 0 0.34 0.43 0.51
HSL 12.22º 0.27% 0.39% -
HSV(B) 12.22º 0.43% 0.49% -
XYZ 12.87 11.09 7.59 -
YUV 94.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 126 83 72 0 0.34 0.43 0.51 12.22 0.27 0.39
Hex 7E 53 48 0 22 2B 33 C 1B 27
Octal 176 123 110 0 42 53 63 14 33 47
Binary 1111110 1010011 1001000 0 100010 101011 110011 1100 11011 100111

Color Harmonies of #7E5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5348

Black with #7E5348

Text Example


Text Example

White with #7E5348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,83,72); }

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

background-color css

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

 a { background-color: rgb(126,83,72); }

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

border-color css

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

 span { border-color: rgb(126,83,72); }

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