Html Css Color HEX #855845 Ironstone

📋 copy color: '#855845'

red 133 ◦ green 88 ◦ blue 69

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

Shades of Ironstone #855845

Tints of Ironstone #855845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

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

R = 45.86%
G = 30.34%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#855845 (or 0x855845) is known color: Ironstone. HEX triplet: 85, 58 and 45. RGB value is (133,88,69). Sum of RGB (Red+Green+Blue) = 133+88+69=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #855845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855845 is #7AA7BA. Grayscale: #636363. Windows color (decimal): -8038331 or 4544645. OLE color: 4544645.

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

Color convert

RGB 133 88 69 -
CMYK 0 0.34 0.48 0.48
HSL 17.81º 0.32% 0.4% -
HSV(B) 17.81º 0.48% 0.52% -
XYZ 14.24 12.4 7.27 -
YUV 99.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 133 88 69 0 0.34 0.48 0.48 17.81 0.32 0.4
Hex 85 58 45 0 22 30 30 12 20 28
Octal 205 130 105 0 42 60 60 22 40 50
Binary 10000101 1011000 1000101 0 100010 110000 110000 10010 100000 101000

Color Harmonies of #855845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855845

Black with #855845

Text Example


Text Example

White with #855845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855845; }

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

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

background-color css

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

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

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

border-color css

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

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

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