Html Css Color HEX #855243 Ironstone

📋 copy color: '#855243'

red 133 ◦ green 82 ◦ blue 67

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

Shades of Ironstone #855243

Tints of Ironstone #855243

RGB

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

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

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

R = 47.16%
G = 29.08%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#855243 (or 0x855243) is known color: Ironstone. HEX triplet: 85, 52 and 43. RGB value is (133,82,67). Sum of RGB (Red+Green+Blue) = 133+82+67=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #855243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855243 is #7AADBC. Grayscale: #5F5F5F. Windows color (decimal): -8039869 or 4412037. OLE color: 4412037.

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

Color convert

RGB 133 82 67 -
CMYK 0 0.38 0.50 0.48
HSL 13.64º 0.33% 0.39% -
HSV(B) 13.64º 0.5% 0.52% -
XYZ 13.7 11.43 6.79 -
YUV 95.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 133 82 67 0 0.38 0.50 0.48 13.64 0.33 0.39
Hex 85 52 43 0 26 32 30 E 21 27
Octal 205 122 103 0 46 62 60 16 41 47
Binary 10000101 1010010 1000011 0 100110 110010 110000 1110 100001 100111

Color Harmonies of #855243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855243

Black with #855243

Text Example


Text Example

White with #855243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855243; }

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

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

background-color css

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

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

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

border-color css

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

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

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