Html Css Color HEX #855441 Ironstone

📋 copy color: '#855441'

red 133 ◦ green 84 ◦ blue 65

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

Shades of Ironstone #855441

Tints of Ironstone #855441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.05%

R = 47.16%
G = 29.79%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#855441 (or 0x855441) is known color: Ironstone. HEX triplet: 85, 54 and 41. RGB value is (133,84,65). Sum of RGB (Red+Green+Blue) = 133+84+65=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #855441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855441 is #7AABBE. Grayscale: #606060. Windows color (decimal): -8039359 or 4281477. OLE color: 4281477.

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

Color convert

RGB 133 84 65 -
CMYK 0 0.37 0.51 0.48
HSL 16.76º 0.34% 0.39% -
HSV(B) 16.76º 0.51% 0.52% -
XYZ 13.8 11.71 6.53 -
YUV 96.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 133 84 65 0 0.37 0.51 0.48 16.76 0.34 0.39
Hex 85 54 41 0 25 33 30 11 22 27
Octal 205 124 101 0 45 63 60 21 42 47
Binary 10000101 1010100 1000001 0 100101 110011 110000 10001 100010 100111

Color Harmonies of #855441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855441

Black with #855441

Text Example


Text Example

White with #855441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855441; }

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

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

background-color css

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

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

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

border-color css

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

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

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