Html Css Color HEX #85503E Ironstone

📋 copy color: '#85503E'

red 133 ◦ green 80 ◦ blue 62

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

Shades of Ironstone #85503E

Tints of Ironstone #85503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

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

R = 48.36%
G = 29.09%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85503E (or 0x85503E) is known color: Ironstone. HEX triplet: 85, 50 and 3E. RGB value is (133,80,62). Sum of RGB (Red+Green+Blue) = 133+80+62=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85503E is #7AAFC1. Grayscale: #5D5D5D. Windows color (decimal): -8040386 or 4083845. OLE color: 4083845.

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

Color convert

RGB 133 80 62 -
CMYK 0 0.40 0.53 0.48
HSL 15.21º 0.36% 0.38% -
HSV(B) 15.21º 0.53% 0.52% -
XYZ 13.41 11.07 5.99 -
YUV 93.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 133 80 62 0 0.40 0.53 0.48 15.21 0.36 0.38
Hex 85 50 3E 0 28 35 30 F 24 26
Octal 205 120 76 0 50 65 60 17 44 46
Binary 10000101 1010000 111110 0 101000 110101 110000 1111 100100 100110

Color Harmonies of #85503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85503E

Black with #85503E

Text Example


Text Example

White with #85503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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