Html Css Color HEX #855246 Ironstone

📋 copy color: '#855246'

red 133 ◦ green 82 ◦ blue 70

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

Shades of Ironstone #855246

Tints of Ironstone #855246

RGB

 RED value IS 133 (52.34% from 255) = 46.67%

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 46.67%
G = 28.77%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#855246 (or 0x855246) is known color: Ironstone. HEX triplet: 85, 52 and 46. RGB value is (133,82,70). Sum of RGB (Red+Green+Blue) = 133+82+70=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #855246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855246 is #7AADB9. Grayscale: #5F5F5F. Windows color (decimal): -8039866 or 4608645. OLE color: 4608645.

HSL color Cylindrical-coordinate representation of color #855246: hue angle of 11.43º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855246 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 70 -
CMYK 0 0.38 0.47 0.48
HSL 11.43º 0.31% 0.4% -
HSV(B) 11.43º 0.47% 0.52% -
XYZ 13.8 11.46 7.28 -
YUV 95.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 133 82 70 0 0.38 0.47 0.48 11.43 0.31 0.4
Hex 85 52 46 0 26 2F 30 B 1F 28
Octal 205 122 106 0 46 57 60 13 37 50
Binary 10000101 1010010 1000110 0 100110 101111 110000 1011 11111 101000

Color Harmonies of #855246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855246

Black with #855246

Text Example


Text Example

White with #855246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855246; }

 p { color: rgb(133,82,70); }

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

background-color css

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

 a { background-color: rgb(133,82,70); }

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

border-color css

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

 span { border-color: rgb(133,82,70); }

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