Html Css Color HEX #7D5348 Ironstone

📋 copy color: '#7D5348'

red 125 ◦ green 83 ◦ blue 72

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

Shades of Ironstone #7D5348

Tints of Ironstone #7D5348

RGB

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

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

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

R = 44.64%
G = 29.64%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7D5348 (or 0x7D5348) is known color: Ironstone. HEX triplet: 7D, 53 and 48. RGB value is (125,83,72). Sum of RGB (Red+Green+Blue) = 125+83+72=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5348 is #82ACB7. Grayscale: #5E5E5E. Windows color (decimal): -8563896 or 4739965. OLE color: 4739965.

HSL color Cylindrical-coordinate representation of color #7D5348: hue angle of 12.45º 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 #7D5348 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 83 72 -
CMYK 0 0.34 0.42 0.51
HSL 12.45º 0.27% 0.39% -
HSV(B) 12.45º 0.42% 0.49% -
XYZ 12.72 11.01 7.59 -
YUV 94.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 125 83 72 0 0.34 0.42 0.51 12.45 0.27 0.39
Hex 7D 53 48 0 22 2A 33 C 1B 27
Octal 175 123 110 0 42 52 63 14 33 47
Binary 1111101 1010011 1001000 0 100010 101010 110011 1100 11011 100111

Color Harmonies of #7D5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5348

Black with #7D5348

Text Example


Text Example

White with #7D5348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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