#854F3B

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

Shades of Ironstone #854F3B

Tints of Ironstone #854F3B

Color information

#854F3B (or 0x854F3B) is unknown color: approx Ironstone. HEX triplet: 85, 4F and 3B. RGB value is (133,79,59). Sum of RGB (Red+Green+Blue) = 133+79+59=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #854F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F3B is #7AB0C4. Grayscale: #5C5C5C. Windows color (decimal): -8040645 or 3886981. OLE color: 3886981.

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

Color convert

RGB1337959-
CMYK00.410.560.48
HSL16.22º38.54%37.65%-
HSV(B)16.22º55.64%52.16%-
XYZ13.2610.895.54-
YUV92.87108.89156.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 59 (23.44% from 255) = 21.77%
R=49.08%
G=29.15%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133795900.410.560.4816.2238.5437.65
Hex854F3B0293830102726
Octal205117730517060204746
Binary100001011001111111011010100111100011000010000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854F3B; }

 p { color: rgb(133,79,59); }

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

<style>
 a { background-color: #854F3B; }

 a { background-color: rgb(133,79,59); }

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

<style>
 span { border-color: #854F3B; }

 span { border-color: rgb(133,79,59); }

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