Html Css Color HEX #7D5045 Ironstone

📋 copy color: '#7D5045'

red 125 ◦ green 80 ◦ blue 69

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

Shades of Ironstone #7D5045

Tints of Ironstone #7D5045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.18%

R = 45.62%
G = 29.2%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7D5045 (or 0x7D5045) is known color: Ironstone. HEX triplet: 7D, 50 and 45. RGB value is (125,80,69). Sum of RGB (Red+Green+Blue) = 125+80+69=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5045 is #82AFBA. Grayscale: #5C5C5C. Windows color (decimal): -8564667 or 4542589. OLE color: 4542589.

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

Color convert

RGB 125 80 69 -
CMYK 0 0.36 0.45 0.51
HSL 11.79º 0.29% 0.38% -
HSV(B) 11.79º 0.45% 0.49% -
XYZ 12.4 10.53 7.01 -
YUV 92.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 125 80 69 0 0.36 0.45 0.51 11.79 0.29 0.38
Hex 7D 50 45 0 24 2D 33 C 1D 26
Octal 175 120 105 0 44 55 63 14 35 46
Binary 1111101 1010000 1000101 0 100100 101101 110011 1100 11101 100110

Color Harmonies of #7D5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5045

Black with #7D5045

Text Example


Text Example

White with #7D5045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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