Html Css Color HEX #85513C Ironstone

📋 copy color: '#85513C'

red 133 ◦ green 81 ◦ blue 60

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

Shades of Ironstone #85513C

Tints of Ironstone #85513C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.9%

R = 48.54%
G = 29.56%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85513C (or 0x85513C) is known color: Ironstone. HEX triplet: 85, 51 and 3C. RGB value is (133,81,60). Sum of RGB (Red+Green+Blue) = 133+81+60=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85513C is #7AAEC3. Grayscale: #5E5E5E. Windows color (decimal): -8040132 or 3953029. OLE color: 3953029.

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

Color convert

RGB 133 81 60 -
CMYK 0 0.39 0.55 0.48
HSL 17.26º 0.38% 0.38% -
HSV(B) 17.26º 0.55% 0.52% -
XYZ 13.43 11.2 5.73 -
YUV 94.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 133 81 60 0 0.39 0.55 0.48 17.26 0.38 0.38
Hex 85 51 3C 0 27 37 30 11 26 26
Octal 205 121 74 0 47 67 60 21 46 46
Binary 10000101 1010001 111100 0 100111 110111 110000 10001 100110 100110

Color Harmonies of #85513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85513C

Black with #85513C

Text Example


Text Example

White with #85513C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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