Html Css Color HEX #855846 Ironstone

📋 copy color: '#855846'

red 133 ◦ green 88 ◦ blue 70

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

Shades of Ironstone #855846

Tints of Ironstone #855846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.24%

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

R = 45.7%
G = 30.24%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#855846 (or 0x855846) is known color: Ironstone. HEX triplet: 85, 58 and 46. RGB value is (133,88,70). Sum of RGB (Red+Green+Blue) = 133+88+70=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #855846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855846 is #7AA7B9. Grayscale: #636363. Windows color (decimal): -8038330 or 4610181. OLE color: 4610181.

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

Color convert

RGB 133 88 70 -
CMYK 0 0.34 0.47 0.48
HSL 17.14º 0.31% 0.4% -
HSV(B) 17.14º 0.47% 0.52% -
XYZ 14.27 12.41 7.44 -
YUV 99.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 133 88 70 0 0.34 0.47 0.48 17.14 0.31 0.4
Hex 85 58 46 0 22 2F 30 11 1F 28
Octal 205 130 106 0 42 57 60 21 37 50
Binary 10000101 1011000 1000110 0 100010 101111 110000 10001 11111 101000

Color Harmonies of #855846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855846

Black with #855846

Text Example


Text Example

White with #855846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855846; }

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

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

background-color css

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

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

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

border-color css

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

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

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