Html Css Color HEX #7D5048 Ironstone

📋 copy color: '#7D5048'

red 125 ◦ green 80 ◦ blue 72

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

Shades of Ironstone #7D5048

Tints of Ironstone #7D5048

RGB

 RED value IS 125 (49.22% from 255) = 45.13%

 GREEN value IS 80 (31.64% from 255) = 28.88%

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

R = 45.13%
G = 28.88%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7D5048 (or 0x7D5048) is known color: Ironstone. HEX triplet: 7D, 50 and 48. RGB value is (125,80,72). Sum of RGB (Red+Green+Blue) = 125+80+72=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5048 is #82AFB7. Grayscale: #5C5C5C. Windows color (decimal): -8564664 or 4739197. OLE color: 4739197.

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

Color convert

RGB 125 80 72 -
CMYK 0 0.36 0.42 0.51
HSL 9.06º 0.27% 0.39% -
HSV(B) 9.06º 0.42% 0.49% -
XYZ 12.5 10.57 7.51 -
YUV 92.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 125 80 72 0 0.36 0.42 0.51 9.06 0.27 0.39
Hex 7D 50 48 0 24 2A 33 9 1B 27
Octal 175 120 110 0 44 52 63 11 33 47
Binary 1111101 1010000 1001000 0 100100 101010 110011 1001 11011 100111

Color Harmonies of #7D5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5048

Black with #7D5048

Text Example


Text Example

White with #7D5048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,80,72); }

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

background-color css

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

 a { background-color: rgb(125,80,72); }

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

border-color css

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

 span { border-color: rgb(125,80,72); }

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