Html Css Color HEX #855648 Ironstone

📋 copy color: '#855648'

red 133 ◦ green 86 ◦ blue 72

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

Shades of Ironstone #855648

Tints of Ironstone #855648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 45.7%
G = 29.55%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#855648 (or 0x855648) is known color: Ironstone. HEX triplet: 85, 56 and 48. RGB value is (133,86,72). Sum of RGB (Red+Green+Blue) = 133+86+72=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #855648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855648 is #7AA9B7. Grayscale: #626262. Windows color (decimal): -8038840 or 4740741. OLE color: 4740741.

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

Color convert

RGB 133 86 72 -
CMYK 0 0.35 0.46 0.48
HSL 13.77º 0.3% 0.4% -
HSV(B) 13.77º 0.46% 0.52% -
XYZ 14.17 12.11 7.72 -
YUV 98.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 133 86 72 0 0.35 0.46 0.48 13.77 0.3 0.4
Hex 85 56 48 0 23 2E 30 E 1E 28
Octal 205 126 110 0 43 56 60 16 36 50
Binary 10000101 1010110 1001000 0 100011 101110 110000 1110 11110 101000

Color Harmonies of #855648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855648

Black with #855648

Text Example


Text Example

White with #855648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855648; }

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

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

background-color css

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

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

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

border-color css

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

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

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