Html Css Color HEX #835144 Ironstone

📋 copy color: '#835144'

red 131 ◦ green 81 ◦ blue 68

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

Shades of Ironstone #835144

Tints of Ironstone #835144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

 BLUE value IS 68 (26.95% from 255) = 24.29%

R = 46.79%
G = 28.93%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#835144 (or 0x835144) is known color: Ironstone. HEX triplet: 83, 51 and 44. RGB value is (131,81,68). Sum of RGB (Red+Green+Blue) = 131+81+68=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #835144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835144 is #7CAEBB. Grayscale: #5E5E5E. Windows color (decimal): -8171196 or 4477315. OLE color: 4477315.

HSL color Cylindrical-coordinate representation of color #835144: hue angle of 12.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #835144 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 81 68 -
CMYK 0 0.38 0.48 0.49
HSL 12.38º 0.32% 0.39% -
HSV(B) 12.38º 0.48% 0.51% -
XYZ 13.35 11.13 6.91 -
YUV 94.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 131 81 68 0 0.38 0.48 0.49 12.38 0.32 0.39
Hex 83 51 44 0 26 30 31 C 20 27
Octal 203 121 104 0 46 60 61 14 40 47
Binary 10000011 1010001 1000100 0 100110 110000 110001 1100 100000 100111

Color Harmonies of #835144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835144

Black with #835144

Text Example


Text Example

White with #835144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835144; }

 p { color: rgb(131,81,68); }

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

background-color css

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

 a { background-color: rgb(131,81,68); }

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

border-color css

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

 span { border-color: rgb(131,81,68); }

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