Html Css Color HEX #85564A Ironstone

📋 copy color: '#85564A'

red 133 ◦ green 86 ◦ blue 74

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

Shades of Ironstone #85564A

Tints of Ironstone #85564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

 BLUE value IS 74 (29.3% from 255) = 25.26%

R = 45.39%
G = 29.35%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85564A (or 0x85564A) is known color: Ironstone. HEX triplet: 85, 56 and 4A. RGB value is (133,86,74). Sum of RGB (Red+Green+Blue) = 133+86+74=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85564A is #7AA9B5. Grayscale: #626262. Windows color (decimal): -8038838 or 4871813. OLE color: 4871813.

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

Color convert

RGB 133 86 74 -
CMYK 0 0.35 0.44 0.48
HSL 12.2º 0.29% 0.41% -
HSV(B) 12.2º 0.44% 0.52% -
XYZ 14.24 12.14 8.07 -
YUV 98.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 133 86 74 0 0.35 0.44 0.48 12.2 0.29 0.41
Hex 85 56 4A 0 23 2C 30 C 1D 29
Octal 205 126 112 0 43 54 60 14 35 51
Binary 10000101 1010110 1001010 0 100011 101100 110000 1100 11101 101001

Color Harmonies of #85564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85564A

Black with #85564A

Text Example


Text Example

White with #85564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85564A; }

 p { color: rgb(133,86,74); }

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

background-color css

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

 a { background-color: rgb(133,86,74); }

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

border-color css

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

 span { border-color: rgb(133,86,74); }

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