Html Css Color HEX #85543E Ironstone

📋 copy color: '#85543E'

red 133 ◦ green 84 ◦ blue 62

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

Shades of Ironstone #85543E

Tints of Ironstone #85543E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.11%

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

R = 47.67%
G = 30.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85543E (or 0x85543E) is known color: Ironstone. HEX triplet: 85, 54 and 3E. RGB value is (133,84,62). Sum of RGB (Red+Green+Blue) = 133+84+62=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85543E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85543E is #7AABC1. Grayscale: #606060. Windows color (decimal): -8039362 or 4084869. OLE color: 4084869.

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

Color convert

RGB 133 84 62 -
CMYK 0 0.37 0.53 0.48
HSL 18.59º 0.36% 0.38% -
HSV(B) 18.59º 0.53% 0.52% -
XYZ 13.71 11.67 6.09 -
YUV 96.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 133 84 62 0 0.37 0.53 0.48 18.59 0.36 0.38
Hex 85 54 3E 0 25 35 30 13 24 26
Octal 205 124 76 0 45 65 60 23 44 46
Binary 10000101 1010100 111110 0 100101 110101 110000 10011 100100 100110

Color Harmonies of #85543E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85543E

Black with #85543E

Text Example


Text Example

White with #85543E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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