Html Css Color HEX #835349 Ironstone

📋 copy color: '#835349'

red 131 ◦ green 83 ◦ blue 73

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

Shades of Ironstone #835349

Tints of Ironstone #835349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 45.64%
G = 28.92%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#835349 (or 0x835349) is known color: Ironstone. HEX triplet: 83, 53 and 49. RGB value is (131,83,73). Sum of RGB (Red+Green+Blue) = 131+83+73=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #835349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835349 is #7CACB6. Grayscale: #606060. Windows color (decimal): -8170679 or 4805507. OLE color: 4805507.

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

Color convert

RGB 131 83 73 -
CMYK 0 0.37 0.44 0.49
HSL 10.34º 0.28% 0.4% -
HSV(B) 10.34º 0.44% 0.51% -
XYZ 13.66 11.49 7.8 -
YUV 96.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 131 83 73 0 0.37 0.44 0.49 10.34 0.28 0.4
Hex 83 53 49 0 25 2C 31 A 1C 28
Octal 203 123 111 0 45 54 61 12 34 50
Binary 10000011 1010011 1001001 0 100101 101100 110001 1010 11100 101000

Color Harmonies of #835349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835349

Black with #835349

Text Example


Text Example

White with #835349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835349; }

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

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

background-color css

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

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

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

border-color css

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

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

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