#7B5345

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

Shades of Ironstone #7B5345

Tints of Ironstone #7B5345

Color information

#7B5345 (or 0x7B5345) is unknown color: approx Ironstone. HEX triplet: 7B, 53 and 45. RGB value is (123,83,69). Sum of RGB (Red+Green+Blue) = 123+83+69=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5345 is #84ACBA. Grayscale: #5D5D5D. Windows color (decimal): -8694971 or 4543355. OLE color: 4543355.

HSL color Cylindrical-coordinate representation of color #7B5345: hue angle of 15.56º 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 #7B5345 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB1238369-
CMYK00.330.440.52
HSL15.56º28.12%37.65%-
HSV(B)15.56º43.9%48.24%-
XYZ12.3410.837.07-
YUV93.36114.25149.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.73%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=44.73%
G=30.18%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123836900.330.440.5215.5628.1237.65
Hex7B53450212C34101c26
Octal1731231050415464203446
Binary11110111010011100010101000011011001101001000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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