Html Css Color HEX #835348 Ironstone

📋 copy color: '#835348'

red 131 ◦ green 83 ◦ blue 72

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

Shades of Ironstone #835348

Tints of Ironstone #835348

RGB

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

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

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

R = 45.8%
G = 29.02%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#835348 (or 0x835348) is known color: Ironstone. HEX triplet: 83, 53 and 48. RGB value is (131,83,72). Sum of RGB (Red+Green+Blue) = 131+83+72=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #835348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835348 is #7CACB7. Grayscale: #606060. Windows color (decimal): -8170680 or 4739971. OLE color: 4739971.

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

Color convert

RGB 131 83 72 -
CMYK 0 0.37 0.45 0.49
HSL 11.19º 0.29% 0.4% -
HSV(B) 11.19º 0.45% 0.51% -
XYZ 13.62 11.48 7.63 -
YUV 96.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 131 83 72 0 0.37 0.45 0.49 11.19 0.29 0.4
Hex 83 53 48 0 25 2D 31 B 1D 28
Octal 203 123 110 0 45 55 61 13 35 50
Binary 10000011 1010011 1001000 0 100101 101101 110001 1011 11101 101000

Color Harmonies of #835348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835348

Black with #835348

Text Example


Text Example

White with #835348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835348; }

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

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

background-color css

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

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

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

border-color css

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

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

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