Html Css Color HEX #835546 Ironstone

📋 copy color: '#835546'

red 131 ◦ green 85 ◦ blue 70

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

Shades of Ironstone #835546

Tints of Ironstone #835546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

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

R = 45.8%
G = 29.72%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#835546 (or 0x835546) is known color: Ironstone. HEX triplet: 83, 55 and 46. RGB value is (131,85,70). Sum of RGB (Red+Green+Blue) = 131+85+70=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #835546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835546 is #7CAAB9. Grayscale: #616161. Windows color (decimal): -8170170 or 4609411. OLE color: 4609411.

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

Color convert

RGB 131 85 70 -
CMYK 0 0.35 0.47 0.49
HSL 14.75º 0.3% 0.39% -
HSV(B) 14.75º 0.47% 0.51% -
XYZ 13.71 11.76 7.34 -
YUV 97.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 131 85 70 0 0.35 0.47 0.49 14.75 0.3 0.39
Hex 83 55 46 0 23 2F 31 F 1E 27
Octal 203 125 106 0 43 57 61 17 36 47
Binary 10000011 1010101 1000110 0 100011 101111 110001 1111 11110 100111

Color Harmonies of #835546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835546

Black with #835546

Text Example


Text Example

White with #835546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835546; }

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

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

background-color css

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

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

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

border-color css

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

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

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