#7B5448

Color #7B5448 Ironstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ironstone #7B5448

Tints of Ironstone #7B5448

Color information

#7B5448 (or 0x7B5448) is unknown color: approx Ironstone. HEX triplet: 7B, 54 and 48. RGB value is (123,84,72). Sum of RGB (Red+Green+Blue) = 123+84+72=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5448 is #84ABB7. Grayscale: #5E5E5E. Windows color (decimal): -8694712 or 4740219. OLE color: 4740219.

HSL color Cylindrical-coordinate representation of color #7B5448: hue angle of 14.12º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B5448 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB1238472-
CMYK00.320.410.52
HSL14.12º26.15%38.24%-
HSV(B)14.12º41.46%48.24%-
XYZ12.5111.027.6-
YUV94.29115.42148.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.09%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=44.09%
G=30.11%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123847200.320.410.5214.1226.1538.24
Hex7B54480202934e1a26
Octal1731241100405164163246
Binary1111011101010010010000100000101001110100111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,84,72); }

 H1.HeaderClassName
 {
   color: #7B5448;
 }
 .AnyTagClassName
 {
   color: #7B5448;
 }
</style>
background-color css

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

 a { background-color: rgb(123,84,72); }

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

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

 span { border-color: rgb(123,84,72); }

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