Html Css Color HEX #855444 Ironstone

📋 copy color: '#855444'

red 133 ◦ green 84 ◦ blue 68

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

Shades of Ironstone #855444

Tints of Ironstone #855444

RGB

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

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

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

R = 46.67%
G = 29.47%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#855444 (or 0x855444) is known color: Ironstone. HEX triplet: 85, 54 and 44. RGB value is (133,84,68). Sum of RGB (Red+Green+Blue) = 133+84+68=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #855444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855444 is #7AABBB. Grayscale: #606060. Windows color (decimal): -8039356 or 4478085. OLE color: 4478085.

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

Color convert

RGB 133 84 68 -
CMYK 0 0.37 0.49 0.48
HSL 14.77º 0.32% 0.39% -
HSV(B) 14.77º 0.49% 0.52% -
XYZ 13.89 11.74 7 -
YUV 96.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 133 84 68 0 0.37 0.49 0.48 14.77 0.32 0.39
Hex 85 54 44 0 25 31 30 F 20 27
Octal 205 124 104 0 45 61 60 17 40 47
Binary 10000101 1010100 1000100 0 100101 110001 110000 1111 100000 100111

Color Harmonies of #855444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855444

Black with #855444

Text Example


Text Example

White with #855444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855444; }

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

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

background-color css

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

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

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

border-color css

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

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

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