Html Css Color HEX #855543 Ironstone

📋 copy color: '#855543'

red 133 ◦ green 85 ◦ blue 67

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

Shades of Ironstone #855543

Tints of Ironstone #855543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.51%

R = 46.67%
G = 29.82%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#855543 (or 0x855543) is known color: Ironstone. HEX triplet: 85, 55 and 43. RGB value is (133,85,67). Sum of RGB (Red+Green+Blue) = 133+85+67=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #855543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855543 is #7AAABC. Grayscale: #616161. Windows color (decimal): -8039101 or 4412805. OLE color: 4412805.

HSL color Cylindrical-coordinate representation of color #855543: hue angle of 16.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #855543 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 67 -
CMYK 0 0.36 0.50 0.48
HSL 16.36º 0.33% 0.39% -
HSV(B) 16.36º 0.5% 0.52% -
XYZ 13.93 11.89 6.87 -
YUV 97.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 133 85 67 0 0.36 0.50 0.48 16.36 0.33 0.39
Hex 85 55 43 0 24 32 30 10 21 27
Octal 205 125 103 0 44 62 60 20 41 47
Binary 10000101 1010101 1000011 0 100100 110010 110000 10000 100001 100111

Color Harmonies of #855543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855543

Black with #855543

Text Example


Text Example

White with #855543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855543; }

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

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

background-color css

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

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

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

border-color css

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

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

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