Html Css Color HEX #855347 Ironstone

📋 copy color: '#855347'

red 133 ◦ green 83 ◦ blue 71

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

Shades of Ironstone #855347

Tints of Ironstone #855347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

 BLUE value IS 71 (28.13% from 255) = 24.74%

R = 46.34%
G = 28.92%
B = 24.74%

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

#855347 (or 0x855347) is known color: Ironstone. HEX triplet: 85, 53 and 47. RGB value is (133,83,71). Sum of RGB (Red+Green+Blue) = 133+83+71=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #855347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855347 is #7AACB8. Grayscale: #606060. Windows color (decimal): -8039609 or 4674437. OLE color: 4674437.

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

Color convert

RGB 133 83 71 -
CMYK 0 0.38 0.47 0.48
HSL 11.61º 0.3% 0.4% -
HSV(B) 11.61º 0.47% 0.52% -
XYZ 13.9 11.63 7.47 -
YUV 96.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 133 83 71 0 0.38 0.47 0.48 11.61 0.3 0.4
Hex 85 53 47 0 26 2F 30 C 1E 28
Octal 205 123 107 0 46 57 60 14 36 50
Binary 10000101 1010011 1000111 0 100110 101111 110000 1100 11110 101000

Color Harmonies of #855347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855347

Black with #855347

Text Example


Text Example

White with #855347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855347; }

 p { color: rgb(133,83,71); }

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

background-color css

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

 a { background-color: rgb(133,83,71); }

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

border-color css

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

 span { border-color: rgb(133,83,71); }

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