Html Css Color HEX #85543C Ironstone

📋 copy color: '#85543C'

red 133 ◦ green 84 ◦ blue 60

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

Shades of Ironstone #85543C

Tints of Ironstone #85543C

RGB

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

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

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

R = 48.01%
G = 30.32%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85543C (or 0x85543C) is known color: Ironstone. HEX triplet: 85, 54 and 3C. RGB value is (133,84,60). Sum of RGB (Red+Green+Blue) = 133+84+60=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85543C is #7AABC3. Grayscale: #606060. Windows color (decimal): -8039364 or 3953797. OLE color: 3953797.

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

Color convert

RGB 133 84 60 -
CMYK 0 0.37 0.55 0.48
HSL 19.73º 0.38% 0.38% -
HSV(B) 19.73º 0.55% 0.52% -
XYZ 13.66 11.65 5.8 -
YUV 95.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 133 84 60 0 0.37 0.55 0.48 19.73 0.38 0.38
Hex 85 54 3C 0 25 37 30 14 26 26
Octal 205 124 74 0 45 67 60 24 46 46
Binary 10000101 1010100 111100 0 100101 110111 110000 10100 100110 100110

Color Harmonies of #85543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85543C

Black with #85543C

Text Example


Text Example

White with #85543C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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