#835244

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

Shades of Ironstone #835244

Tints of Ironstone #835244

Color information

#835244 (or 0x835244) is unknown color: approx Ironstone. HEX triplet: 83, 52 and 44. RGB value is (131,82,68). Sum of RGB (Red+Green+Blue) = 131+82+68=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #835244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835244 is #7CADBB. Grayscale: #5F5F5F. Windows color (decimal): -8170940 or 4477571. OLE color: 4477571.

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

Color convert

RGB1318268-
CMYK00.370.480.49
HSL13.33º31.66%39.02%-
HSV(B)13.33º48.09%51.37%-
XYZ13.4211.286.94-
YUV95.06112.73153.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 68 (26.95% from 255) = 24.20%
R=46.62%
G=29.18%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131826800.370.480.4913.3331.6639.02
Hex8352440253031d2027
Octal2031221040456061154047
Binary100000111010010100010001001011100001100011101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835244; }

 p { color: rgb(131,82,68); }

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

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

 a { background-color: rgb(131,82,68); }

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

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

 span { border-color: rgb(131,82,68); }

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