Html Css Color HEX #855440 Ironstone

📋 copy color: '#855440'

red 133 ◦ green 84 ◦ blue 64

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

Shades of Ironstone #855440

Tints of Ironstone #855440

RGB

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

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

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

R = 47.33%
G = 29.89%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#855440 (or 0x855440) is known color: Ironstone. HEX triplet: 85, 54 and 40. RGB value is (133,84,64). Sum of RGB (Red+Green+Blue) = 133+84+64=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #855440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855440 is #7AABBF. Grayscale: #606060. Windows color (decimal): -8039360 or 4215941. OLE color: 4215941.

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

Color convert

RGB 133 84 64 -
CMYK 0 0.37 0.52 0.48
HSL 17.39º 0.35% 0.39% -
HSV(B) 17.39º 0.52% 0.52% -
XYZ 13.77 11.7 6.38 -
YUV 96.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 133 84 64 0 0.37 0.52 0.48 17.39 0.35 0.39
Hex 85 54 40 0 25 34 30 11 23 27
Octal 205 124 100 0 45 64 60 21 43 47
Binary 10000101 1010100 1000000 0 100101 110100 110000 10001 100011 100111

Color Harmonies of #855440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855440

Black with #855440

Text Example


Text Example

White with #855440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855440; }

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

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

background-color css

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

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

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

border-color css

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

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

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