Html Css Color HEX #855745 Ironstone

📋 copy color: '#855745'

red 133 ◦ green 87 ◦ blue 69

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

Shades of Ironstone #855745

Tints of Ironstone #855745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 46.02%
G = 30.1%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#855745 (or 0x855745) is known color: Ironstone. HEX triplet: 85, 57 and 45. RGB value is (133,87,69). Sum of RGB (Red+Green+Blue) = 133+87+69=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #855745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855745 is #7AA8BA. Grayscale: #626262. Windows color (decimal): -8038587 or 4544389. OLE color: 4544389.

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

Color convert

RGB 133 87 69 -
CMYK 0 0.35 0.48 0.48
HSL 16.88º 0.32% 0.4% -
HSV(B) 16.88º 0.48% 0.52% -
XYZ 14.16 12.23 7.25 -
YUV 98.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 133 87 69 0 0.35 0.48 0.48 16.88 0.32 0.4
Hex 85 57 45 0 23 30 30 11 20 28
Octal 205 127 105 0 43 60 60 21 40 50
Binary 10000101 1010111 1000101 0 100011 110000 110000 10001 100000 101000

Color Harmonies of #855745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855745

Black with #855745

Text Example


Text Example

White with #855745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855745; }

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

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

background-color css

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

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

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

border-color css

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

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

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