Html Css Color HEX #855448 Ironstone

📋 copy color: '#855448'

red 133 ◦ green 84 ◦ blue 72

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

Shades of Ironstone #855448

Tints of Ironstone #855448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

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

R = 46.02%
G = 29.07%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#855448 (or 0x855448) is known color: Ironstone. HEX triplet: 85, 54 and 48. RGB value is (133,84,72). Sum of RGB (Red+Green+Blue) = 133+84+72=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #855448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855448 is #7AABB7. Grayscale: #616161. Windows color (decimal): -8039352 or 4740229. OLE color: 4740229.

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

Color convert

RGB 133 84 72 -
CMYK 0 0.37 0.46 0.48
HSL 11.8º 0.3% 0.4% -
HSV(B) 11.8º 0.46% 0.52% -
XYZ 14.01 11.8 7.67 -
YUV 97.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 133 84 72 0 0.37 0.46 0.48 11.8 0.3 0.4
Hex 85 54 48 0 25 2E 30 C 1E 28
Octal 205 124 110 0 45 56 60 14 36 50
Binary 10000101 1010100 1001000 0 100101 101110 110000 1100 11110 101000

Color Harmonies of #855448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855448

Black with #855448

Text Example


Text Example

White with #855448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855448; }

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

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

background-color css

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

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

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

border-color css

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

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

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