Html Css Color HEX #835549 Ironstone

📋 copy color: '#835549'

red 131 ◦ green 85 ◦ blue 73

#835549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ironstone #835549

Tints of Ironstone #835549

RGB

 RED value IS 131 (51.56% from 255) = 45.33%

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 73 (28.91% from 255) = 25.26%

R = 45.33%
G = 29.41%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#835549 (or 0x835549) is known color: Ironstone. HEX triplet: 83, 55 and 49. RGB value is (131,85,73). Sum of RGB (Red+Green+Blue) = 131+85+73=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #835549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835549 is #7CAAB6. Grayscale: #616161. Windows color (decimal): -8170167 or 4806019. OLE color: 4806019.

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

Color convert

RGB 131 85 73 -
CMYK 0 0.35 0.44 0.49
HSL 12.41º 0.28% 0.4% -
HSV(B) 12.41º 0.44% 0.51% -
XYZ 13.81 11.8 7.85 -
YUV 97.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 131 85 73 0 0.35 0.44 0.49 12.41 0.28 0.4
Hex 83 55 49 0 23 2C 31 C 1C 28
Octal 203 125 111 0 43 54 61 14 34 50
Binary 10000011 1010101 1001001 0 100011 101100 110001 1100 11100 101000

Color Harmonies of #835549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835549

Black with #835549

Text Example


Text Example

White with #835549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835549; }

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

 H1.HeaderClassName
 {
   color: #835549;
 }
 .AnyTagClassName
 {
   color: #835549;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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