Html Css Color HEX #855240 Ironstone

📋 copy color: '#855240'

red 133 ◦ green 82 ◦ blue 64

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

Shades of Ironstone #855240

Tints of Ironstone #855240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 47.67%
G = 29.39%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#855240 (or 0x855240) is known color: Ironstone. HEX triplet: 85, 52 and 40. RGB value is (133,82,64). Sum of RGB (Red+Green+Blue) = 133+82+64=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #855240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855240 is #7AADBF. Grayscale: #5F5F5F. Windows color (decimal): -8039872 or 4215429. OLE color: 4215429.

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

Color convert

RGB 133 82 64 -
CMYK 0 0.38 0.52 0.48
HSL 15.65º 0.35% 0.39% -
HSV(B) 15.65º 0.52% 0.52% -
XYZ 13.62 11.39 6.33 -
YUV 95.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 133 82 64 0 0.38 0.52 0.48 15.65 0.35 0.39
Hex 85 52 40 0 26 34 30 10 23 27
Octal 205 122 100 0 46 64 60 20 43 47
Binary 10000101 1010010 1000000 0 100110 110100 110000 10000 100011 100111

Color Harmonies of #855240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855240

Black with #855240

Text Example


Text Example

White with #855240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855240; }

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

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

background-color css

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

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

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

border-color css

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

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

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