Html Css Color HEX #835448 Ironstone

📋 copy color: '#835448'

red 131 ◦ green 84 ◦ blue 72

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

Shades of Ironstone #835448

Tints of Ironstone #835448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.09%

R = 45.64%
G = 29.27%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#835448 (or 0x835448) is known color: Ironstone. HEX triplet: 83, 54 and 48. RGB value is (131,84,72). Sum of RGB (Red+Green+Blue) = 131+84+72=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #835448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835448 is #7CABB7. Grayscale: #606060. Windows color (decimal): -8170424 or 4740227. OLE color: 4740227.

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

Color convert

RGB 131 84 72 -
CMYK 0 0.36 0.45 0.49
HSL 12.2º 0.29% 0.4% -
HSV(B) 12.2º 0.45% 0.51% -
XYZ 13.7 11.63 7.65 -
YUV 96.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 131 84 72 0 0.36 0.45 0.49 12.2 0.29 0.4
Hex 83 54 48 0 24 2D 31 C 1D 28
Octal 203 124 110 0 44 55 61 14 35 50
Binary 10000011 1010100 1001000 0 100100 101101 110001 1100 11101 101000

Color Harmonies of #835448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835448

Black with #835448

Text Example


Text Example

White with #835448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835448; }

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

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

background-color css

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

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

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

border-color css

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

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

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