Html Css Color HEX #855445 Ironstone

📋 copy color: '#855445'

red 133 ◦ green 84 ◦ blue 69

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

Shades of Ironstone #855445

Tints of Ironstone #855445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.13%

R = 46.5%
G = 29.37%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#855445 (or 0x855445) is known color: Ironstone. HEX triplet: 85, 54 and 45. RGB value is (133,84,69). Sum of RGB (Red+Green+Blue) = 133+84+69=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #855445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855445 is #7AABBA. Grayscale: #616161. Windows color (decimal): -8039355 or 4543621. OLE color: 4543621.

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

Color convert

RGB 133 84 69 -
CMYK 0 0.37 0.48 0.48
HSL 14.06º 0.32% 0.4% -
HSV(B) 14.06º 0.48% 0.52% -
XYZ 13.92 11.76 7.17 -
YUV 96.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 133 84 69 0 0.37 0.48 0.48 14.06 0.32 0.4
Hex 85 54 45 0 25 30 30 E 20 28
Octal 205 124 105 0 45 60 60 16 40 50
Binary 10000101 1010100 1000101 0 100101 110000 110000 1110 100000 101000

Color Harmonies of #855445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855445

Black with #855445

Text Example


Text Example

White with #855445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855445; }

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

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

background-color css

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

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

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

border-color css

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

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

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