Html Css Color HEX #855244 Ironstone

📋 copy color: '#855244'

red 133 ◦ green 82 ◦ blue 68

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

Shades of Ironstone #855244

Tints of Ironstone #855244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

 BLUE value IS 68 (26.95% from 255) = 24.03%

R = 47%
G = 28.98%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#855244 (or 0x855244) is known color: Ironstone. HEX triplet: 85, 52 and 44. RGB value is (133,82,68). Sum of RGB (Red+Green+Blue) = 133+82+68=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #855244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855244 is #7AADBB. Grayscale: #5F5F5F. Windows color (decimal): -8039868 or 4477573. OLE color: 4477573.

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

Color convert

RGB 133 82 68 -
CMYK 0 0.38 0.49 0.48
HSL 12.92º 0.32% 0.39% -
HSV(B) 12.92º 0.49% 0.52% -
XYZ 13.73 11.44 6.95 -
YUV 95.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 133 82 68 0 0.38 0.49 0.48 12.92 0.32 0.39
Hex 85 52 44 0 26 31 30 D 20 27
Octal 205 122 104 0 46 61 60 15 40 47
Binary 10000101 1010010 1000100 0 100110 110001 110000 1101 100000 100111

Color Harmonies of #855244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855244

Black with #855244

Text Example


Text Example

White with #855244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855244; }

 p { color: rgb(133,82,68); }

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

background-color css

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

 a { background-color: rgb(133,82,68); }

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

border-color css

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

 span { border-color: rgb(133,82,68); }

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