#7B5445

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

Shades of Ironstone #7B5445

Tints of Ironstone #7B5445

Color information

#7B5445 (or 0x7B5445) is unknown color: approx Ironstone. HEX triplet: 7B, 54 and 45. RGB value is (123,84,69). Sum of RGB (Red+Green+Blue) = 123+84+69=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5445 is #84ABBA. Grayscale: #5E5E5E. Windows color (decimal): -8694715 or 4543611. OLE color: 4543611.

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

Color convert

RGB1238469-
CMYK00.320.440.52
HSL16.67º28.12%37.65%-
HSV(B)16.67º43.9%48.24%-
XYZ12.4110.987.1-
YUV93.95113.92148.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.57%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 69 (27.34% from 255) = 25%
R=44.57%
G=30.43%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123846900.320.440.5216.6728.1237.65
Hex7B54450202C34111c26
Octal1731241050405464213446
Binary11110111010100100010101000001011001101001000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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