#835446

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

Shades of Ironstone #835446

Tints of Ironstone #835446

Color information

#835446 (or 0x835446) is unknown color: approx Ironstone. HEX triplet: 83, 54 and 46. RGB value is (131,84,70). Sum of RGB (Red+Green+Blue) = 131+84+70=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #835446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835446 is #7CABB9. Grayscale: #606060. Windows color (decimal): -8170426 or 4609155. OLE color: 4609155.

HSL color Cylindrical-coordinate representation of color #835446: hue angle of 13.77º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #835446 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1318470-
CMYK00.360.470.49
HSL13.77º30.35%39.41%-
HSV(B)13.77º46.56%51.37%-
XYZ13.6411.617.32-
YUV96.46113.07152.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=45.96%
G=29.47%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131847000.360.470.4913.7730.3539.41
Hex8354460242F31e1e27
Octal2031241060445761163647
Binary10000011101010010001100100100101111110001111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835446; }

 p { color: rgb(131,84,70); }

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

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

 a { background-color: rgb(131,84,70); }

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

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

 span { border-color: rgb(131,84,70); }

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