Html Css Color HEX #835642 Ironstone

📋 copy color: '#835642'

red 131 ◦ green 86 ◦ blue 66

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

Shades of Ironstone #835642

Tints of Ironstone #835642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 46.29%
G = 30.39%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#835642 (or 0x835642) is known color: Ironstone. HEX triplet: 83, 56 and 42. RGB value is (131,86,66). Sum of RGB (Red+Green+Blue) = 131+86+66=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #835642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835642 is #7CA9BD. Grayscale: #616161. Windows color (decimal): -8169918 or 4347523. OLE color: 4347523.

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

Color convert

RGB 131 86 66 -
CMYK 0 0.34 0.50 0.49
HSL 18.46º 0.33% 0.39% -
HSV(B) 18.46º 0.5% 0.51% -
XYZ 13.67 11.87 6.73 -
YUV 97.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 131 86 66 0 0.34 0.50 0.49 18.46 0.33 0.39
Hex 83 56 42 0 22 32 31 12 21 27
Octal 203 126 102 0 42 62 61 22 41 47
Binary 10000011 1010110 1000010 0 100010 110010 110001 10010 100001 100111

Color Harmonies of #835642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835642

Black with #835642

Text Example


Text Example

White with #835642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835642; }

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

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

background-color css

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

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

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

border-color css

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

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

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