Html Css Color HEX #835649 Ironstone

📋 copy color: '#835649'

red 131 ◦ green 86 ◦ blue 73

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

Shades of Ironstone #835649

Tints of Ironstone #835649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.66%

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

R = 45.17%
G = 29.66%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#835649 (or 0x835649) is known color: Ironstone. HEX triplet: 83, 56 and 49. RGB value is (131,86,73). Sum of RGB (Red+Green+Blue) = 131+86+73=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #835649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835649 is #7CA9B6. Grayscale: #626262. Windows color (decimal): -8169911 or 4806275. OLE color: 4806275.

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

Color convert

RGB 131 86 73 -
CMYK 0 0.34 0.44 0.49
HSL 13.45º 0.28% 0.4% -
HSV(B) 13.45º 0.44% 0.51% -
XYZ 13.89 11.96 7.88 -
YUV 97.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 131 86 73 0 0.34 0.44 0.49 13.45 0.28 0.4
Hex 83 56 49 0 22 2C 31 D 1C 28
Octal 203 126 111 0 42 54 61 15 34 50
Binary 10000011 1010110 1001001 0 100010 101100 110001 1101 11100 101000

Color Harmonies of #835649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835649

Black with #835649

Text Example


Text Example

White with #835649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835649; }

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

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

background-color css

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

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

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

border-color css

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

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

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