#835046

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

Shades of Ironstone #835046

Tints of Ironstone #835046

Color information

#835046 (or 0x835046) is unknown color: approx Ironstone. HEX triplet: 83, 50 and 46. RGB value is (131,80,70). Sum of RGB (Red+Green+Blue) = 131+80+70=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #835046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835046 is #7CAFB9. Grayscale: #5E5E5E. Windows color (decimal): -8171450 or 4608131. OLE color: 4608131.

HSL color Cylindrical-coordinate representation of color #835046: hue angle of 9.84º 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 #835046 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1318070-
CMYK00.390.470.49
HSL9.84º30.35%39.41%-
HSV(B)9.84º46.56%51.37%-
XYZ13.33117.22-
YUV94.11114.4154.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 70 (27.73% from 255) = 24.91%
R=46.62%
G=28.47%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131807000.390.470.499.8430.3539.41
Hex8350460272F31a1e27
Octal2031201060475761123647
Binary10000011101000010001100100111101111110001101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835046; }

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

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

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

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

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

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

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

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