Html Css Color HEX #835646 Ironstone

📋 copy color: '#835646'

red 131 ◦ green 86 ◦ blue 70

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

Shades of Ironstone #835646

Tints of Ironstone #835646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 45.64%
G = 29.97%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#835646 (or 0x835646) is known color: Ironstone. HEX triplet: 83, 56 and 46. RGB value is (131,86,70). Sum of RGB (Red+Green+Blue) = 131+86+70=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #835646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835646 is #7CA9B9. Grayscale: #616161. Windows color (decimal): -8169914 or 4609667. OLE color: 4609667.

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

Color convert

RGB 131 86 70 -
CMYK 0 0.34 0.47 0.49
HSL 15.74º 0.3% 0.39% -
HSV(B) 15.74º 0.47% 0.51% -
XYZ 13.79 11.92 7.37 -
YUV 97.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 131 86 70 0 0.34 0.47 0.49 15.74 0.3 0.39
Hex 83 56 46 0 22 2F 31 10 1E 27
Octal 203 126 106 0 42 57 61 20 36 47
Binary 10000011 1010110 1000110 0 100010 101111 110001 10000 11110 100111

Color Harmonies of #835646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835646

Black with #835646

Text Example


Text Example

White with #835646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835646; }

 p { color: rgb(131,86,70); }

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

background-color css

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

 a { background-color: rgb(131,86,70); }

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

border-color css

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

 span { border-color: rgb(131,86,70); }

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