Html Css Color HEX #855646 Ironstone

📋 copy color: '#855646'

red 133 ◦ green 86 ◦ blue 70

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

Shades of Ironstone #855646

Tints of Ironstone #855646

RGB

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

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

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

R = 46.02%
G = 29.76%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#855646 (or 0x855646) is known color: Ironstone. HEX triplet: 85, 56 and 46. RGB value is (133,86,70). Sum of RGB (Red+Green+Blue) = 133+86+70=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #855646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855646 is #7AA9B9. Grayscale: #626262. Windows color (decimal): -8038842 or 4609669. OLE color: 4609669.

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

Color convert

RGB 133 86 70 -
CMYK 0 0.35 0.47 0.48
HSL 15.24º 0.31% 0.4% -
HSV(B) 15.24º 0.47% 0.52% -
XYZ 14.11 12.08 7.38 -
YUV 98.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 133 86 70 0 0.35 0.47 0.48 15.24 0.31 0.4
Hex 85 56 46 0 23 2F 30 F 1F 28
Octal 205 126 106 0 43 57 60 17 37 50
Binary 10000101 1010110 1000110 0 100011 101111 110000 1111 11111 101000

Color Harmonies of #855646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855646

Black with #855646

Text Example


Text Example

White with #855646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855646; }

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

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

background-color css

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

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

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

border-color css

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

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

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