Html Css Color HEX #7F5548 Ironstone

📋 copy color: '#7F5548'

red 127 ◦ green 85 ◦ blue 72

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

Shades of Ironstone #7F5548

Tints of Ironstone #7F5548

RGB

 RED value IS 127 (50% from 255) = 44.72%

 GREEN value IS 85 (33.59% from 255) = 29.93%

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

R = 44.72%
G = 29.93%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#7F5548 (or 0x7F5548) is known color: Ironstone. HEX triplet: 7F, 55 and 48. RGB value is (127,85,72). Sum of RGB (Red+Green+Blue) = 127+85+72=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5548 is #80AAB7. Grayscale: #606060. Windows color (decimal): -8432312 or 4740479. OLE color: 4740479.

HSL color Cylindrical-coordinate representation of color #7F5548: hue angle of 14.18º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F5548 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 85 72 -
CMYK 0 0.33 0.43 0.50
HSL 14.18º 0.28% 0.39% -
HSV(B) 14.18º 0.43% 0.5% -
XYZ 13.17 11.48 7.65 -
YUV 96.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 127 85 72 0 0.33 0.43 0.50 14.18 0.28 0.39
Hex 7F 55 48 0 21 2B 32 E 1C 27
Octal 177 125 110 0 41 53 62 16 34 47
Binary 1111111 1010101 1001000 0 100001 101011 110010 1110 11100 100111

Color Harmonies of #7F5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5548

Black with #7F5548

Text Example


Text Example

White with #7F5548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,85,72); }

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

background-color css

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

 a { background-color: rgb(127,85,72); }

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

border-color css

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

 span { border-color: rgb(127,85,72); }

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