Html Css Color HEX #835449 Ironstone

📋 copy color: '#835449'

red 131 ◦ green 84 ◦ blue 73

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

Shades of Ironstone #835449

Tints of Ironstone #835449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

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

R = 45.49%
G = 29.17%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#835449 (or 0x835449) is known color: Ironstone. HEX triplet: 83, 54 and 49. RGB value is (131,84,73). Sum of RGB (Red+Green+Blue) = 131+84+73=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #835449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835449 is #7CABB6. Grayscale: #606060. Windows color (decimal): -8170423 or 4805763. OLE color: 4805763.

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

Color convert

RGB 131 84 73 -
CMYK 0 0.36 0.44 0.49
HSL 11.38º 0.28% 0.4% -
HSV(B) 11.38º 0.44% 0.51% -
XYZ 13.73 11.65 7.83 -
YUV 96.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 131 84 73 0 0.36 0.44 0.49 11.38 0.28 0.4
Hex 83 54 49 0 24 2C 31 B 1C 28
Octal 203 124 111 0 44 54 61 13 34 50
Binary 10000011 1010100 1001001 0 100100 101100 110001 1011 11100 101000

Color Harmonies of #835449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835449

Black with #835449

Text Example


Text Example

White with #835449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835449; }

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

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

background-color css

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

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

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

border-color css

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

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

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