Html Css Color HEX #85513D Ironstone

📋 copy color: '#85513D'

red 133 ◦ green 81 ◦ blue 61

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

Shades of Ironstone #85513D

Tints of Ironstone #85513D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 48.36%
G = 29.45%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85513D (or 0x85513D) is known color: Ironstone. HEX triplet: 85, 51 and 3D. RGB value is (133,81,61). Sum of RGB (Red+Green+Blue) = 133+81+61=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85513D is #7AAEC2. Grayscale: #5E5E5E. Windows color (decimal): -8040131 or 4018565. OLE color: 4018565.

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

Color convert

RGB 133 81 61 -
CMYK 0 0.39 0.54 0.48
HSL 16.67º 0.37% 0.38% -
HSV(B) 16.67º 0.54% 0.52% -
XYZ 13.46 11.21 5.87 -
YUV 94.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 133 81 61 0 0.39 0.54 0.48 16.67 0.37 0.38
Hex 85 51 3D 0 27 36 30 11 25 26
Octal 205 121 75 0 47 66 60 21 45 46
Binary 10000101 1010001 111101 0 100111 110110 110000 10001 100101 100110

Color Harmonies of #85513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85513D

Black with #85513D

Text Example


Text Example

White with #85513D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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