Html Css Color HEX #85513F Ironstone

📋 copy color: '#85513F'

red 133 ◦ green 81 ◦ blue 63

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

Shades of Ironstone #85513F

Tints of Ironstone #85513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.24%

 BLUE value IS 63 (25% from 255) = 22.74%

R = 48.01%
G = 29.24%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85513F (or 0x85513F) is known color: Ironstone. HEX triplet: 85, 51 and 3F. RGB value is (133,81,63). Sum of RGB (Red+Green+Blue) = 133+81+63=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85513F is #7AAEC0. Grayscale: #5E5E5E. Windows color (decimal): -8040129 or 4149637. OLE color: 4149637.

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

Color convert

RGB 133 81 63 -
CMYK 0 0.39 0.53 0.48
HSL 15.43º 0.36% 0.38% -
HSV(B) 15.43º 0.53% 0.52% -
XYZ 13.51 11.23 6.16 -
YUV 94.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 133 81 63 0 0.39 0.53 0.48 15.43 0.36 0.38
Hex 85 51 3F 0 27 35 30 F 24 26
Octal 205 121 77 0 47 65 60 17 44 46
Binary 10000101 1010001 111111 0 100111 110101 110000 1111 100100 100110

Color Harmonies of #85513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85513F

Black with #85513F

Text Example


Text Example

White with #85513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85513F; }

 p { color: rgb(133,81,63); }

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

background-color css

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

 a { background-color: rgb(133,81,63); }

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

border-color css

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

 span { border-color: rgb(133,81,63); }

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