Html Css Color HEX #85523E Ironstone

📋 copy color: '#85523E'

red 133 ◦ green 82 ◦ blue 62

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

Shades of Ironstone #85523E

Tints of Ironstone #85523E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

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

R = 48.01%
G = 29.6%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85523E (or 0x85523E) is known color: Ironstone. HEX triplet: 85, 52 and 3E. RGB value is (133,82,62). Sum of RGB (Red+Green+Blue) = 133+82+62=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85523E is #7AADC1. Grayscale: #5F5F5F. Windows color (decimal): -8039874 or 4084357. OLE color: 4084357.

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

Color convert

RGB 133 82 62 -
CMYK 0 0.38 0.53 0.48
HSL 16.9º 0.36% 0.38% -
HSV(B) 16.9º 0.53% 0.52% -
XYZ 13.56 11.37 6.04 -
YUV 94.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 133 82 62 0 0.38 0.53 0.48 16.9 0.36 0.38
Hex 85 52 3E 0 26 35 30 11 24 26
Octal 205 122 76 0 46 65 60 21 44 46
Binary 10000101 1010010 111110 0 100110 110101 110000 10001 100100 100110

Color Harmonies of #85523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85523E

Black with #85523E

Text Example


Text Example

White with #85523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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