#7B5246

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

Shades of Ironstone #7B5246

Tints of Ironstone #7B5246

Color information

#7B5246 (or 0x7B5246) is unknown color: approx Ironstone. HEX triplet: 7B, 52 and 46. RGB value is (123,82,70). Sum of RGB (Red+Green+Blue) = 123+82+70=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5246 is #84ADB9. Grayscale: #5C5C5C. Windows color (decimal): -8695226 or 4608635. OLE color: 4608635.

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

Color convert

RGB1238270-
CMYK00.330.430.52
HSL13.58º27.46%37.84%-
HSV(B)13.58º43.09%48.24%-
XYZ12.2910.697.21-
YUV92.89115.08149.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.73%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=44.73%
G=29.82%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123827000.330.430.5213.5827.4637.84
Hex7B52460212B34e1b26
Octal1731221060415364163346
Binary1111011101001010001100100001101011110100111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,82,70); }

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

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

 a { background-color: rgb(123,82,70); }

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

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

 span { border-color: rgb(123,82,70); }

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