Html Css Color HEX #855548 Ironstone

📋 copy color: '#855548'

red 133 ◦ green 85 ◦ blue 72

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

Shades of Ironstone #855548

Tints of Ironstone #855548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 45.86%
G = 29.31%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#855548 (or 0x855548) is known color: Ironstone. HEX triplet: 85, 55 and 48. RGB value is (133,85,72). Sum of RGB (Red+Green+Blue) = 133+85+72=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #855548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855548 is #7AAAB7. Grayscale: #616161. Windows color (decimal): -8039096 or 4740485. OLE color: 4740485.

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

Color convert

RGB 133 85 72 -
CMYK 0 0.36 0.46 0.48
HSL 12.79º 0.3% 0.4% -
HSV(B) 12.79º 0.46% 0.52% -
XYZ 14.09 11.95 7.7 -
YUV 97.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 133 85 72 0 0.36 0.46 0.48 12.79 0.3 0.4
Hex 85 55 48 0 24 2E 30 D 1E 28
Octal 205 125 110 0 44 56 60 15 36 50
Binary 10000101 1010101 1001000 0 100100 101110 110000 1101 11110 101000

Color Harmonies of #855548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855548

Black with #855548

Text Example


Text Example

White with #855548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855548; }

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

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

background-color css

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

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

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

border-color css

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

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

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