#835548

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

Shades of Ironstone #835548

Tints of Ironstone #835548

Color information

#835548 (or 0x835548) is unknown color: approx Ironstone. HEX triplet: 83, 55 and 48. RGB value is (131,85,72). Sum of RGB (Red+Green+Blue) = 131+85+72=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #835548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835548 is #7CAAB7. Grayscale: #616161. Windows color (decimal): -8170168 or 4740483. OLE color: 4740483.

HSL color Cylindrical-coordinate representation of color #835548: hue angle of 13.22º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #835548 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1318572-
CMYK00.350.450.49
HSL13.22º29.06%39.8%-
HSV(B)13.22º45.04%51.37%-
XYZ13.7811.797.68-
YUV97.27113.74152.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.49%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 72 (28.52% from 255) = 25%
R=45.49%
G=29.51%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131857200.350.450.4913.2229.0639.8
Hex8355480232D31d1d28
Octal2031251100435561153550
Binary10000011101010110010000100011101101110001110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835548; }

 p { color: rgb(131,85,72); }

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

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

 a { background-color: rgb(131,85,72); }

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

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

 span { border-color: rgb(131,85,72); }

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