Html Css Color HEX #85513E Ironstone

📋 copy color: '#85513E'

red 133 ◦ green 81 ◦ blue 62

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

Shades of Ironstone #85513E

Tints of Ironstone #85513E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 48.19%
G = 29.35%
B = 22.46%

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

#85513E (or 0x85513E) is known color: Ironstone. HEX triplet: 85, 51 and 3E. RGB value is (133,81,62). Sum of RGB (Red+Green+Blue) = 133+81+62=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85513E is #7AAEC1. Grayscale: #5E5E5E. Windows color (decimal): -8040130 or 4084101. OLE color: 4084101.

HSL color Cylindrical-coordinate representation of color #85513E: hue angle of 16.06º 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 #85513E is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 62 -
CMYK 0 0.39 0.53 0.48
HSL 16.06º 0.36% 0.38% -
HSV(B) 16.06º 0.53% 0.52% -
XYZ 13.48 11.22 6.01 -
YUV 94.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 133 81 62 0 0.39 0.53 0.48 16.06 0.36 0.38
Hex 85 51 3E 0 27 35 30 10 24 26
Octal 205 121 76 0 47 65 60 20 44 46
Binary 10000101 1010001 111110 0 100111 110101 110000 10000 100100 100110

Color Harmonies of #85513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85513E

Black with #85513E

Text Example


Text Example

White with #85513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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