Html Css Color HEX #835446 Ironstone

📋 copy color: '#835446'

red 131 ◦ green 84 ◦ blue 70

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

Shades of Ironstone #835446

Tints of Ironstone #835446

RGB

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

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

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

R = 45.96%
G = 29.47%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#835446 (or 0x835446) is known color: Ironstone. HEX triplet: 83, 54 and 46. RGB value is (131,84,70). Sum of RGB (Red+Green+Blue) = 131+84+70=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #835446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835446 is #7CABB9. Grayscale: #606060. Windows color (decimal): -8170426 or 4609155. OLE color: 4609155.

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

Color convert

RGB 131 84 70 -
CMYK 0 0.36 0.47 0.49
HSL 13.77º 0.3% 0.39% -
HSV(B) 13.77º 0.47% 0.51% -
XYZ 13.64 11.61 7.32 -
YUV 96.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 131 84 70 0 0.36 0.47 0.49 13.77 0.3 0.39
Hex 83 54 46 0 24 2F 31 E 1E 27
Octal 203 124 106 0 44 57 61 16 36 47
Binary 10000011 1010100 1000110 0 100100 101111 110001 1110 11110 100111

Color Harmonies of #835446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835446

Black with #835446

Text Example


Text Example

White with #835446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835446; }

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

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

background-color css

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

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

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

border-color css

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

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

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