Html Css Color HEX #855442 Ironstone

📋 copy color: '#855442'

red 133 ◦ green 84 ◦ blue 66

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

Shades of Ironstone #855442

Tints of Ironstone #855442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 47%
G = 29.68%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#855442 (or 0x855442) is known color: Ironstone. HEX triplet: 85, 54 and 42. RGB value is (133,84,66). Sum of RGB (Red+Green+Blue) = 133+84+66=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #855442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855442 is #7AABBD. Grayscale: #606060. Windows color (decimal): -8039358 or 4347013. OLE color: 4347013.

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

Color convert

RGB 133 84 66 -
CMYK 0 0.37 0.50 0.48
HSL 16.12º 0.34% 0.39% -
HSV(B) 16.12º 0.5% 0.52% -
XYZ 13.83 11.72 6.69 -
YUV 96.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 133 84 66 0 0.37 0.50 0.48 16.12 0.34 0.39
Hex 85 54 42 0 25 32 30 10 22 27
Octal 205 124 102 0 45 62 60 20 42 47
Binary 10000101 1010100 1000010 0 100101 110010 110000 10000 100010 100111

Color Harmonies of #855442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855442

Black with #855442

Text Example


Text Example

White with #855442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855442; }

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

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

background-color css

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

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

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

border-color css

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

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

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