Html Css Color HEX #85503B Ironstone

📋 copy color: '#85503B'

red 133 ◦ green 80 ◦ blue 59

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

Shades of Ironstone #85503B

Tints of Ironstone #85503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 48.9%
G = 29.41%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85503B (or 0x85503B) is known color: Ironstone. HEX triplet: 85, 50 and 3B. RGB value is (133,80,59). Sum of RGB (Red+Green+Blue) = 133+80+59=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #85503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85503B is #7AAFC4. Grayscale: #5D5D5D. Windows color (decimal): -8040389 or 3887237. OLE color: 3887237.

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

Color convert

RGB 133 80 59 -
CMYK 0 0.40 0.56 0.48
HSL 17.03º 0.39% 0.38% -
HSV(B) 17.03º 0.56% 0.52% -
XYZ 13.33 11.04 5.57 -
YUV 93.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 133 80 59 0 0.40 0.56 0.48 17.03 0.39 0.38
Hex 85 50 3B 0 28 38 30 11 27 26
Octal 205 120 73 0 50 70 60 21 47 46
Binary 10000101 1010000 111011 0 101000 111000 110000 10001 100111 100110

Color Harmonies of #85503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85503B

Black with #85503B

Text Example


Text Example

White with #85503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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